RegisterPackageOptions.DependencyPackageUris 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.
public:
property IVector<Uri ^> ^ DependencyPackageUris { IVector<Uri ^> ^ get(); };
IVector<Uri> DependencyPackageUris();
public IList<System.Uri> DependencyPackageUris { get; }
var iVector = registerPackageOptions.dependencyPackageUris;
Public ReadOnly Property DependencyPackageUris As IList(Of Uri)
Property Value
The list of URIs of the dependency packages to add.