C# Class Steamp3.COM.PropertyStore

Afficher le fichier Open project: ta0soft/STEAMp3 Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( System.Guid guid ) : bool
Get ( int index ) : PropertyKey
GetValue ( int index ) : PropVariant
this ( System.Guid guid ) : PropertyStoreProperty
this ( int index ) : PropertyStoreProperty

Private Methods

Méthode Description
PropertyStore ( IPropertyStore store ) : System

Method Details

Contains() public méthode

public Contains ( System.Guid guid ) : bool
guid System.Guid
Résultat bool

Get() public méthode

public Get ( int index ) : PropertyKey
index int
Résultat PropertyKey

GetValue() public méthode

public GetValue ( int index ) : PropVariant
index int
Résultat PropVariant

this() public méthode

public this ( System.Guid guid ) : PropertyStoreProperty
guid System.Guid
Résultat PropertyStoreProperty

this() public méthode

public this ( int index ) : PropertyStoreProperty
index int
Résultat PropertyStoreProperty