VCDPropertyElements.FindInterface Method

構文

[C#]
public VCDPropertyInterface FindInterface( string interfaceId );
public VCDPropertyInterface FindInterface( Guid interfaceId );
パラメータ 説  明
InterfacePath VCDPropertyInterfaceへのパスを指定します。 その文字列はエレメント識別文字列とインターフェース識別文字列を含んでおり、その二つの間 は"element_id:interface_id"のようにコロンで分けられています。

戻り値

指定されたインターフェース識別文字列を持つVCDPropertyInterfaceクラスライブラリリファレンス>クラス>VCDPropertyInterfaceVCDPropertyElementsコレクション内に含まれている場合、FindInterfaceメソッドはそのVCDPropertyInterfaceクラスライブラリリファレンス>クラス>VCDPropertyInterfaceを返します。
もし見つからなかった場合はそれぞれNothing,nullを返します。