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