ListViewGroupCollection.Item[] 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컬렉션의 ListViewGroup을 가져오거나 설정합니다.
오버로드
Item[String] |
지정한 ListViewGroup 속성 값이 있는 Name을 가져오거나 설정합니다. |
Item[Int32] |
컬렉션 내의 지정된 인덱스에 있는 ListViewGroup을 가져오거나 설정합니다. |
Item[String]
지정한 ListViewGroup 속성 값이 있는 Name을 가져오거나 설정합니다.
public:
property System::Windows::Forms::ListViewGroup ^ default[System::String ^] { System::Windows::Forms::ListViewGroup ^ get(System::String ^ key); void set(System::String ^ key, System::Windows::Forms::ListViewGroup ^ value); };
public System.Windows.Forms.ListViewGroup this[string key] { get; set; }
public System.Windows.Forms.ListViewGroup? this[string key] { get; set; }
member this.Item(string) : System.Windows.Forms.ListViewGroup with get, set
Default Public Property Item(key As String) As ListViewGroup
매개 변수
- key
- String
가져오거나 설정할 그룹 이름입니다.
속성 값
특정 이름의 ListViewGroup이며, 해당 ListViewGroup이 없으면 null
입니다.
적용 대상
Item[Int32]
컬렉션 내의 지정된 인덱스에 있는 ListViewGroup을 가져오거나 설정합니다.
public:
property System::Windows::Forms::ListViewGroup ^ default[int] { System::Windows::Forms::ListViewGroup ^ get(int index); void set(int index, System::Windows::Forms::ListViewGroup ^ value); };
public System.Windows.Forms.ListViewGroup this[int index] { get; set; }
member this.Item(int) : System.Windows.Forms.ListViewGroup with get, set
Default Public Property Item(index As Integer) As ListViewGroup
매개 변수
- index
- Int32
컬렉션에서 가져오거나 설정할 ListViewGroup의 인덱스입니다.
속성 값
컬렉션의 지정된 인덱스에 있는 ListViewGroup입니다.
예외
index
가 0보다 작거나 Count보다 크거나 같은 경우
설명
컬렉션 내의 지정 된 인덱스 그룹을 검색 하려면이 속성을 사용 합니다. 그룹 개체에 대 한 참조를 있고 인덱스가 필요한 경우 사용 된 IndexOf 메서드.