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