Edit

Share via


ItemGroup<TItem>.Items Property

Definition

Gets a collection of the items in this group.

public:
 property System::Collections::ObjectModel::Collection<TItem> ^ Items { System::Collections::ObjectModel::Collection<TItem> ^ get(); };
public System.Collections.ObjectModel.Collection<TItem> Items { get; }
Public ReadOnly Property Items As Collection(Of TItem)

Property Value

Collection<TItem>

A collection that contains the items that were found in this group.

Applies to