C# Class Standard.PROPVARIANT

Inheritance: IDisposable
Afficher le fichier Open project: MahApps/MahApps.Metro Class Usage Examples

Private Properties

Свойство Type Description
Dispose void
GetValue string
SetValue void

Méthodes publiques

Méthode Description
Clear ( ) : void
Dispose ( ) : void
SetValue ( bool f ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
GetValue ( ) : string
SetValue ( string val ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( bool f ) : void
f bool
Résultat void