ObservableCollection<IShape> Items { get; }
ReadOnly Property Items As ObservableCollection(Of IShape)
Get
property ObservableCollection<IShape^>^ Items {
ObservableCollection<IShape^>^ get ();
}
abstract Items : ObservableCollection<IShape> with get