Share via


AddPackageOptions.OptionalPackageFamilyNames Property

Definition

Gets the list of package family names from the main bundle to be added.

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

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The list of package family names from the main bundle to be added.

Applies to