CreateSharedPackageContainerOptions.Members 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 a read-only list of SharedPackageContainerMember objects representing the set package families, and any associated tuple-data included in the container.
public:
property IVector<SharedPackageContainerMember ^> ^ Members { IVector<SharedPackageContainerMember ^> ^ get(); };
IVector<SharedPackageContainerMember> Members();
public IList<SharedPackageContainerMember> Members { get; }
var iVector = createSharedPackageContainerOptions.members;
Public ReadOnly Property Members As IList(Of SharedPackageContainerMember)
Property Value
The list of packages to include in the shared package container.
Remarks
Package families in the container ordered by priority, highest to lowest, for virtual resource resolution