ICollectionViewGroup.GroupItems Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of grouped items that this ICollectionViewGroup implementation represents.
public:
property IObservableVector<Platform::Object ^> ^ GroupItems { IObservableVector<Platform::Object ^> ^ get(); };
IObservableVector<IInspectable> GroupItems();
C#
public IObservableVector<object> GroupItems { get; }
var iObservableVector = iCollectionViewGroup.groupItems;
Public ReadOnly Property GroupItems As IObservableVector(Of Object)
A collection of items for the group.
Produk | Versi |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |