다음을 통해 공유


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

액세스할 컬렉션 요소의 인덱스입니다.

속성 값

지정된 인덱스의 범주 이름입니다.

적용 대상