'宣言 Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As DocumentProperty
public DocumentProperty this[ System.int index ]; {get;}
パラメータ
- index
- 返されたドキュメントプロパティのインデックス番号。
'宣言 Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As DocumentProperty
public DocumentProperty this[ System.int index ]; {get;}