Gets the
Style at the specified index. Creates missing styles as needed (i.e. if
Style[2] is accessed, elements at indices
0,
1 and
2 are created if they had not been created before).
シンタックス
'宣言
Public ReadOnly Default Property Item( _
ByVal As System.Integer _
) As Style
'使用法
Dim instance As IndexEntryStyles
Dim index As System.Integer
Dim value As Style
value = instance.Item(index)
public Style this[
System.int
]; {get;}
パラメータ
- index
- The index in the current collection.
プロパティ値
The element at the specified index.
参照