PackageSet.Items Property

Definition

Gets the collection of packages in the set. This collection must contain one or more items.

public:
 property IVector<PackageSetItem ^> ^ Items { IVector<PackageSetItem ^> ^ get(); };
IVector<PackageSetItem> Items();
public IList<PackageSetItem> Items { get; }
var iVector = packageSet.items;
Public ReadOnly Property Items As IList(Of PackageSetItem)

Property Value

The collection of packages in the set.

Applies to