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

要存取的集合元素的索引。

屬性值

在指定索引處的分類名稱。

適用於