Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Windows7
DesktopIntegration
Interop
PropVariant
C# Class Windows7.DesktopIntegration.Interop.PropVariant
Show file
Open project: jamie-pate/FuseBoxFreedom
Class Usage Examples
Public Methods
Method
Description
Clear
( ) :
void
GetValue
( ) :
string
SetValue
(
String
val
) :
void
SetValue
(
bool
val
) :
void
Private Methods
Method
Description
PropVariantClear
(
PropVariant
&
pvar
) :
int
Method Details
Clear()
public
method
public
Clear
( ) :
void
return
void
GetValue()
public
method
public
GetValue
( ) :
string
return
string
SetValue()
public
method
public
SetValue
(
String
val
) :
void
val
String
return
void
SetValue()
public
method
public
SetValue
(
bool
val
) :
void
val
bool
return
void