通过


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 属性添加或删除项。

适用于