AddPackageOptions.OptionalPackageUris 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 URIs of related optional packages to be updated to the same version as the new optional packages.
public:
property IVector<Uri ^> ^ OptionalPackageUris { IVector<Uri ^> ^ get(); };
IVector<Uri> OptionalPackageUris();
public IList<System.Uri> OptionalPackageUris { get; }
var iVector = addPackageOptions.optionalPackageUris;
Public ReadOnly Property OptionalPackageUris As IList(Of Uri)
Property Value
The list of URIs of related optional packages to be updated to the same version as the new optional packages.