'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewItemCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)> <SRDescriptionAttribute("ListViewItemsDescr")> <System.ComponentModel.MergablePropertyAttribute(False)> Public ReadOnly Property Items As System.Windows.Forms.ListView.ListViewItemCollection
'Usage
Dim instance As NListView Dim value As System.Windows.Forms.ListView.ListViewItemCollection value = instance.Items
[SRCategory("CatBehavior")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [System.ComponentModel.Localizable(true)] [System.ComponentModel.Editor("System.Windows.Forms.Design.ListViewItemCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)] [SRDescription("ListViewItemsDescr")] [System.ComponentModel.MergableProperty(false)] public System.Windows.Forms.ListView.ListViewItemCollection Items {get;}