Freigeben über


RegisterPackageOptions.DependencyPackageFamilyNames Property

Definition

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

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Applies to