'宣言 Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As DocumentFont
'使用法 Dim instance As DocumentFontCollection Dim index As System.Integer Dim value As DocumentFont value = instance.Item(index)
public DocumentFont this[ System.int index ]; {get;}
パラメータ
- index
- 現在のコレクション内の DocumentFontのインデックス。