バージョン

Item プロパティ (TitleAppearanceCollection)

特定の TitleAppearance をコレクション内の順序位置によって取得します。
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal index As Integer _
) As TitleAppearance
public TitleAppearance this[ 
   int index
]; {get; set;}

パラメータ

index
コレクション内の特定の TitleAppearance オブジェクトの整数インデックス。

プロパティ値

index にある TitleAppearance。index が範囲外の場合は null(Visual Basic では Nothing)。
解説

index がこのコレクションに含まれる要素の許容範囲 (Length を参照) 外の場合、null (Visual Basic では Nothing) を返します。範囲外の index が割り当てられている場合、操作は単に無視されます。

開発者は、Add メソッドを使用し、追加の TitleAppearance オブジェクトをコレクションに挿入する必要があります。

参照