ICollectionView.Groups 屬性

定義

取得最上層群組。

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

屬性值

最上層群組的唯讀集合,如果沒有群組,則為 null

適用於

另請參閱