PackageAllUserProvisioningOptions.ProjectionOrderPackageFamilyNames 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 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
The list of package family names that will determine the order that package contents will be projected to the common location