C# Class Windows7.DesktopIntegration.Interop.PropVariant

显示文件 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