다음을 통해 공유


ListView.CheckedIndexCollection(ListView) 생성자

정의

ListView.CheckedIndexCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 CheckedIndexCollection(System::Windows::Forms::ListView ^ owner);
public CheckedIndexCollection (System.Windows.Forms.ListView owner);
new System.Windows.Forms.ListView.CheckedIndexCollection : System.Windows.Forms.ListView -> System.Windows.Forms.ListView.CheckedIndexCollection
Public Sub New (owner As ListView)

매개 변수

owner
ListView

컬렉션을 소유하는 ListView 컨트롤입니다.

예외

.NET 7 이상 버전: owner null

설명

컨트롤과 연결하지 않고는 이 클래스의 인스턴스를 ListView 만들 수 없습니다.

적용 대상