RegisterPackageOptions.OptionalPackageFamilyNames 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.
public:
property IVector<Platform::String ^> ^ OptionalPackageFamilyNames { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> OptionalPackageFamilyNames();
public IList<string> OptionalPackageFamilyNames { get; }
var iVector = registerPackageOptions.optionalPackageFamilyNames;
Public ReadOnly Property OptionalPackageFamilyNames As IList(Of String)
Property Value
The list of package family names from the main bundle to be registered.