VCDPropertyElement.Find Method
VCDPropertyInterfaceに準拠したものを見つけます。
構文
[C#]
public TInterface Find<TInterface>() where TInterface : VCDPropertyInterface;
public VCDPropertyInterface Find( Guid interfaceID );
TInterface : 返されるインターフェースのタイプを指定します。(例:VCDRangePropertyクラスライブラリリファレンス>クラス>VCDRangeProperty)
interfaceID: 返されるVCDPropertyInterfaceクラスライブラリリファレンス>クラス>VCDPropertyInterfaceの識別子を指定する。
戻り値
エレメントやインターフェースが見つからない場合、Nothingやnullが返されます。