CategoryNameCollection.Item[Int32] 属性
定义
获取指定索引处的类别名称。Gets the category name at the specified index.
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
要访问的集合元素的索引。The index of the collection element to access.
属性值
指定索引处的类别名称。The category name at the specified index.