PackageSet.Items Property
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.
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.