CollectionView.GroupDescriptions 屬性

定義

取得 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 類別不支援在其基礎集合上分組。 衍生類別 ListCollectionViewBindingListCollectionView 支援群組。

適用於

另請參閱