public ObservableCollection<Object> Items { get; }Public ReadOnly Property Items As ObservableCollection(Of Object)
Getpublic:
property ObservableCollection<Object^>^ Items {
ObservableCollection<Object^>^ get ();
}member Items : ObservableCollection<Object> with get