ItemGroup<TItem> Class
Definition
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.
Represents a group of items as returned by grouped item search operations.
generic <typename TItem>
where TItem : Itempublic ref class ItemGroup sealed
public sealed class ItemGroup<TItem> where TItem : Item
Public NotInheritable Class ItemGroup(Of TItem)
Type Parameters
- TItem
The type of item in the group.
- Inheritance
-
ItemGroup<TItem>
Properties
GroupIndex |
Gets an index that identifies the group. |
Items |
Gets a collection of the items in this group. |