public ListBoxItemCollection Items { get; set; }
Public Property Items As ListBoxItemCollection Get Set
public: property ListBoxItemCollection^ Items { ListBoxItemCollection^ get (); void set (ListBoxItemCollection^ value); }