ListView.SelectedListViewItemCollection.IList.Add(Object) 메서드

정의

컬렉션에 항목을 추가합니다.

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

매개 변수

value
Object

ListView.SelectedListViewItemCollection에 추가할 개체입니다.

반환

추가된 항목의 위치입니다.

구현

예외

항상 throw됩니다.

설명

변경할 수 없습니다는 ListView.SelectedListViewItemCollection 클래스를 직접. 에 ListView.SelectedListViewItemCollectionListViewItem 추가하려면 속성을 사용합니다Selected.

적용 대상