次の方法で共有


CategoryNameCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にあるカテゴリ名を取得します。

public:
 property System::String ^ default[int] { System::String ^ get(int index); };
public string this[int index] { get; }
member this.Item(int) : string
Default Public ReadOnly Property Item(index As Integer) As String

パラメーター

index
Int32

アクセスするコレクション要素のインデックス。

プロパティ値

指定したインデックス位置にあるカテゴリ名。

適用対象