'宣言 Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As CustomPlaceholder
public CustomPlaceholder this[ System.int index ]; {get;}
パラメータ
- index
- The zero-based index of the element to get or set.
'宣言 Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As CustomPlaceholder
public CustomPlaceholder this[ System.int index ]; {get;}