VCDPropertyElements.FindElement Method

与えられたエレメントIDでコレクションからVCDPropertyElementクラスライブラリリファレンス>クラス>VCDPropertyElementを検索します。

構文

[C#]
public VCDPropertyElement FindElement( string ElementID );
public VCDPropertyElement FindElement( Guid ElementID );
パラメータ 説  明
ElementID 返すVCDPropertyElement のエレメント識別文字列を指定します。

戻り値

ElementIDで指定したVCDPropertyElementクラスライブラリリファレンス>クラス>VCDPropertyElementがコレクション内に含まれている場合、FindElementメソッドはそのVCDPropertyElementクラスライブラリリファレンス>クラス>VCDPropertyElementを返します。
もし見つからなかった場合はNothingnullを返します。