次の方法で共有


ICollectionView.CollectionGroups プロパティ

定義

ビューに関連付けられているコレクション グループを返します。

public:
 property IObservableVector<Platform::Object ^> ^ CollectionGroups { IObservableVector<Platform::Object ^> ^ get(); };
IObservableVector<IInspectable> CollectionGroups();
public IObservableVector<object> CollectionGroups { get; }
var iObservableVector = iCollectionView.collectionGroups;
Public ReadOnly Property CollectionGroups As IObservableVector(Of Object)

プロパティ値

IObservableVector<Object>

IObservableVector<Platform::Object>

IObservableVector<IInspectable>

可能なビューのベクター コレクション。

注釈

CollectionGroups プロパティの型は IObservableVector<オブジェクト>ですが、これらのオブジェクトは ICollectionViewGroup を実装する必要があります。

適用対象