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