ItemGroup<TItem> Class

Definition

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.

Applies to