VCDPropertyItems.FindElement Method
このメソッドは識別文字列によって指定されたVCDPropertyElementクラスライブラリリファレンス>クラス>VCDPropertyElementを返します。
構文
[VB.NET]
Public Function FindElement(ElementPath As String ) As VCDPropertyElement
[C#]
public VCDPropertyElement FindElement(string ElementPath);
パラメータ | 説 明 |
---|---|
ElementPath | ElementPathは項目識別子とエレメント識別文字列の2つから成り立つ文字列です。 それら2つは"item_id:element_id" のようにコロンによって分けられています。 |
戻り値
エレメントパスによって指定されたエレメントを含む項目がコレクションにある場合、FindElementメソッドはそのVCDPropertyElementクラスライブラリリファレンス>クラス>VCDPropertyElementを返します。
もし見つからなかった場合はそれぞれ Nothing, nullを返します。
備考
利用可能なプロパティ項目/エレメント識別文字列についてはVCDPropertyIDsクラスライブラリリファレンス>ヘルパークラス>VCDIDsを参照してください。
関連項目
VCDPropertyItemsクラスライブラリリファレンス>クラス>VCDPropertyItems, VCDPropertyItemクラスライブラリリファレンス>クラス>VCDPropertyItem, VCDPropertyElementクラスライブラリリファレンス>クラス>VCDPropertyElement, Standard Property Item Identifier Stringsクラスライブラリリファレンス>constants(定数)>constants.Standard Property Item Identifier Strings, Standard Element Identifier Stringsクラスライブラリリファレンス>constants(定数)>constants.Standard Element Identifier Strings