Share via


AddPackageOptions.RelatedPackageUris Property

Definition

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 ^> ^ RelatedPackageUris { IVector<Uri ^> ^ get(); };
IVector<Uri> RelatedPackageUris();
public IList<System.Uri> RelatedPackageUris { get; }
var iVector = addPackageOptions.relatedPackageUris;
Public ReadOnly Property RelatedPackageUris 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.

Applies to