C# 클래스 System.Windows.Forms.ListView.CheckedListViewItemCollection

상속: IList, ICollection, IEnumerable
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IList bool
IList int
IList void
IList void
IList void
IList void
ItemsCollection_Changed void
Reset void
this objectIList.System.Collections

공개 메소드들

메소드 설명
CheckedListViewItemCollection ( ListView owner ) : System.Collections
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
this ( int index ) : System.Windows.Forms.ListViewItem
this ( string key ) : System.Windows.Forms.ListViewItem

비공개 메소드들

메소드 설명
IList ( object item ) : bool
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
ItemsCollection_Changed ( ) : void
Reset ( ) : void
this ( int index ) : objectIList.System.Collections

메소드 상세

CheckedListViewItemCollection() 공개 메소드

public CheckedListViewItemCollection ( ListView owner ) : System.Collections
owner ListView
리턴 System.Collections

Contains() 공개 메소드

public Contains ( System.Windows.Forms.ListViewItem item ) : bool
item System.Windows.Forms.ListViewItem
리턴 bool

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Array dest, int index ) : void
dest Array
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( System.Windows.Forms.ListViewItem item ) : int
item System.Windows.Forms.ListViewItem
리턴 int

IndexOfKey() 공개 메소드

public IndexOfKey ( string key ) : int
key string
리턴 int

this() 공개 메소드

public this ( int index ) : System.Windows.Forms.ListViewItem
index int
리턴 System.Windows.Forms.ListViewItem

this() 공개 메소드

public this ( string key ) : System.Windows.Forms.ListViewItem
key string
리턴 System.Windows.Forms.ListViewItem