CollectionView.GroupDescriptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 GroupDescription 物件的集合,用來描述集合中的項目在檢視中如何成為群組。
public:
virtual property System::Collections::ObjectModel::ObservableCollection<System::ComponentModel::GroupDescription ^> ^ GroupDescriptions { System::Collections::ObjectModel::ObservableCollection<System::ComponentModel::GroupDescription ^> ^ get(); };
public virtual System.Collections.ObjectModel.ObservableCollection<System.ComponentModel.GroupDescription> GroupDescriptions { get; }
member this.GroupDescriptions : System.Collections.ObjectModel.ObservableCollection<System.ComponentModel.GroupDescription>
Public Overridable ReadOnly Property GroupDescriptions As ObservableCollection(Of GroupDescription)
屬性值
所有情況下都是 null
。
實作
備註
這個屬性的值一律 null
是 ,因為 CollectionView 類別不支援在其基礎集合上分組。 衍生類別 ListCollectionView 並 BindingListCollectionView 支援群組。