VCDPropertyElements.Item Property
指定された位置のVCDPropertyElementクラスライブラリリファレンス>クラス>VCDPropertyElementを返します。
構文
[VB.NET]
Public Item(Index As Integer) As VCDPropertyElement
[C#]
Public VCDPropertyElement Item( int Index );
| パラメータ | 説 明 |
|---|---|
| Index | 返されるVCDPropertyElement のインデックスを指定します。 インデックスは[1, VCDPropertyElements.Countクラスライブラリリファレンス>クラス>VCDPropertyElements>VCDPropertyElements.Count Property ]の範囲である必要がります。 |
制限
読み取り専用
