Share via


AddPackageOptions.DependencyPackageUris Property

Definition

Gets the list of URIs of the dependency packages to add.

public:
 property IVector<Uri ^> ^ DependencyPackageUris { IVector<Uri ^> ^ get(); };
IVector<Uri> DependencyPackageUris();
public IList<System.Uri> DependencyPackageUris { get; }
var iVector = addPackageOptions.dependencyPackageUris;
Public ReadOnly Property DependencyPackageUris As IList(Of Uri)

Property Value

The list of URIs of the dependency packages to add.

Applies to