VCDPropertyElements.FindInterface Method
文字列で指定されたVCDPropertyInterfaceクラスライブラリリファレンス>クラス>VCDPropertyInterfaceを返します。
構文
public VCDPropertyInterface FindInterface( string interfaceId );
public VCDPropertyInterface FindInterface( Guid interfaceId );
パラメータ | 説 明 |
---|---|
InterfacePath | VCDPropertyInterfaceへのパスを指定します。 その文字列はエレメント識別文字列とインターフェース識別文字列を含んでおり、その二つの間 は"element_id:interface_id"のようにコロンで分けられています。 |
戻り値
指定されたインターフェース識別文字列を持つVCDPropertyInterfaceクラスライブラリリファレンス>クラス>VCDPropertyInterfaceがVCDPropertyElementsコレクション内に含まれている場合、FindInterfaceメソッドはそのVCDPropertyInterfaceクラスライブラリリファレンス>クラス>VCDPropertyInterfaceを返します。
もし見つからなかった場合はそれぞれNothing,nullを返します。
備考
エレメント識別文字列はGUIDです。文字列の一覧はStandard Element Identifiersクラスライブラリリファレンス>クラス>VCDGUIDsconstants.Standard Element Identifierにあります。
プログラマーズガイドプログラマーズガイド内のVCDプロパティの基本機能プログラマーズガイド>VCDプロパティの基本機能でエレメント識別文字列の使用法について説明しています。
関連項目
VCDPropertyElementsクラスライブラリリファレンス>クラス>VCDPropertyElements, VCDPropertyInterfaceクラスライブラリリファレンス>クラス>VCDPropertyInterface, Standard Element Identifier Stringsクラスライブラリリファレンス>クラス>VCDGUIDs>constants.Standard Element Identifier, Standard Interface Identifier Stringsクラスライブラリリファレンス>クラス>VCDGUIDs>constants.Standard Interface Identifier, VCDプロパティの基本機能プログラマーズガイド>VCDプロパティの基本機能