Share via


PackageAllUserProvisioningOptions.ProjectionOrderPackageFamilyNames Property

Definition

Gets the list of package family names that will determine the order that package contents will be projected to the common location, for related sets with payload that requires projection into a common folder.

public:
 property IVector<Platform::String ^> ^ ProjectionOrderPackageFamilyNames { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> ProjectionOrderPackageFamilyNames();
public IList<string> ProjectionOrderPackageFamilyNames { get; }
var iVector = packageAllUserProvisioningOptions.projectionOrderPackageFamilyNames;
Public ReadOnly Property ProjectionOrderPackageFamilyNames As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The list of package family names that will determine the order that package contents will be projected to the common location

Applies to