ListView.CheckedIndexCollection(ListView) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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)
参数
例外
.NET 7 及更高版本: owner
是 null
。
注解
如果不将其与 ListView 控件关联,则无法创建此类的实例。