IVCDPropertyItems::findInterface Method
与えられた項目と要素IDをもとにIVCDPropertyInterfaceクラスライブラリリファレンス>クラス>IVCDPropertyInterfaceのコレクションを検索します。
構文
smart_com<IVCDPropertyInterface> findInterface( const GUID& itemID, const wchar_t* pElementName,
const GUID& itfTypeID = GUID_NULL ) const;
smart_com<IVCDPropertyInterface> findInterface( const GUID& itemID, const GUID& elementID,
const GUID& itfTypeID = GUID_NULL ) const;
パラメータ | 説明 |
---|---|
itemID | 検索する項目IDを指定します。 |
elementID | 検索する要素IDを指定します。 |
pElementName | 項目に含まれる要素名を指定します。 |
itfTypeID | interfaceIDを指定します。デフォルトではGUID_NULLとなっております。 |
戻り値
コレクションが与えられたパスに一致するインターフェースを持つ項目を含んでいる場合、findInterfaceメソッドがIVCDPropertyInterfaceクラスライブラリリファレンス>クラス>IVCDPropertyInterfaceへのポインタを返します。 インターフェースが見つからなかった場合には0が返されます。
関連項目
IVCDPropertyItemsクラスライブラリリファレンス>クラス>IVCDPropertyItems, IVCDPropertyItemクラスライブラリリファレンス>クラス>IVCDPropertyItem, IVCDPropertyInterfaceクラスライブラリリファレンス>クラス>IVCDPropertyInterface, Standard Property Item GUIDsクラスライブラリリファレンス>定数>tandard Property Item GUIDs (標準プロパティ項目GUID),
Standard Element GUIDsクラスライブラリリファレンス>定数>Standard Element GUIDs (標準エレメントGUID), Standard Interface GUIDsクラスライブラリリファレンス>定数>Standard Interface GUIDs (標準インターフェースGUID)