Метод | Описание | |
---|---|---|
CompareTo ( object value ) : int |
Compares the current object to another object
|
|
FilterInfo ( string monikerString ) : System |
Initializes a new filter info object
|
Метод | Описание | |
---|---|---|
CreateBindCtx ( int reserved, IBindCtx &ppbc ) : int | ||
CreateFilter ( string filterMoniker ) : IBaseFilter |
Creates a specific filter based on the moniker
|
|
FilterInfo ( IMoniker moniker ) : System |
Initializes a new filter info object
|
|
GetMonikerString ( IMoniker moniker ) : string |
Gets the moniker string for a specific moniker
|
|
GetName ( IMoniker moniker ) : string |
Gets the name of a specific moniker
|
|
GetName ( string monikerString ) : string |
Gets the name of a specific moniker
|
|
MkParseDisplayName ( IBindCtx pbc, string szUserName, int &pchEaten, IMoniker &ppmk ) : int |
public CompareTo ( object value ) : int | ||
value | object | Value to compare the current object to |
Результат | int |
public FilterInfo ( string monikerString ) : System | ||
monikerString | string | Moniker string to base the filter on |
Результат | System |