共用方式為


CollectionViewGroup.Items 屬性

定義

取得此組內的即時物品。

public:
 property System::Collections::ObjectModel::ReadOnlyObservableCollection<System::Object ^> ^ Items { System::Collections::ObjectModel::ReadOnlyObservableCollection<System::Object ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyObservableCollection<object> Items { get; }
member this.Items : System.Collections.ObjectModel.ReadOnlyObservableCollection<obj>
Public ReadOnly Property Items As ReadOnlyObservableCollection(Of Object)

屬性值

這是本組中即時項目的唯讀合集。 這要麼是子群的集合,要麼是若該群沒有任何子群,則是項目的集合。

備註

子職業則使用該 ProtectedItems 屬性來新增或移除物品。

適用於