프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IList | bool | ||
IList | int | ||
IList | void | ||
IList | void | ||
IList | void | ||
this | objectIList.System.Collections |
메소드 | 설명 | |
---|---|---|
Clear ( ) : void | ||
Contains ( System.Windows.Forms.ListViewItem item ) : bool | ||
ContainsKey ( string key ) : bool | ||
CopyTo ( Array dest, int index ) : void | ||
GetEnumerator ( ) : IEnumerator | ||
IndexOf ( System.Windows.Forms.ListViewItem item ) : int | ||
IndexOfKey ( string key ) : int | ||
SelectedListViewItemCollection ( |
||
this ( int index ) : System.Windows.Forms.ListViewItem | ||
this ( string key ) : System.Windows.Forms.ListViewItem |
메소드 | 설명 | |
---|---|---|
IList ( object item ) : bool | ||
IList ( object value ) : int | ||
IList ( int index ) : void | ||
IList ( int index, object value ) : void | ||
IList ( object value ) : void | ||
this ( int index ) : objectIList.System.Collections |
public Contains ( System.Windows.Forms.ListViewItem item ) : bool | ||
item | System.Windows.Forms.ListViewItem | |
리턴 | bool |
public IndexOf ( System.Windows.Forms.ListViewItem item ) : int | ||
item | System.Windows.Forms.ListViewItem | |
리턴 | int |
public SelectedListViewItemCollection ( |
||
owner | ||
리턴 | System.Collections |
public this ( int index ) : System.Windows.Forms.ListViewItem | ||
index | int | |
리턴 | System.Windows.Forms.ListViewItem |
public this ( string key ) : System.Windows.Forms.ListViewItem | ||
key | string | |
리턴 | System.Windows.Forms.ListViewItem |