C# Class Steamp3.COM.PropertyStore

显示文件 Open project: ta0soft/STEAMp3 Class Usage Examples

Public Methods

Method 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

Method Description
PropertyStore ( IPropertyStore store ) : System

Method Details

Contains() public method

public Contains ( System.Guid guid ) : bool
guid System.Guid
return bool

Get() public method

public Get ( int index ) : PropertyKey
index int
return PropertyKey

GetValue() public method

public GetValue ( int index ) : PropVariant
index int
return PropVariant

this() public method

public this ( System.Guid guid ) : PropertyStoreProperty
guid System.Guid
return PropertyStoreProperty

this() public method

public this ( int index ) : PropertyStoreProperty
index int
return PropertyStoreProperty