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

要访问的集合元素的索引。

属性值

指定索引处的类别名称。

适用于