Share via


PackageDeploymentManager.IsPackageProvisionedByUri(Uri) Method

Definition

Determines, for a uri, whether the target package(s) is/are provisioned.

public:
 virtual bool IsPackageProvisionedByUri(Uri ^ packageUri) = IsPackageProvisionedByUri;
bool IsPackageProvisionedByUri(Uri const& packageUri);
public bool IsPackageProvisionedByUri(System.Uri packageUri);
function isPackageProvisionedByUri(packageUri)
Public Function IsPackageProvisionedByUri (packageUri As Uri) As Boolean

Parameters

packageUri
Uri Uri

Returns

Boolean

bool

true if the target package(s) is/are provisioned; otherwise, false.

Remarks

This method requires administrative privileges.

Applies to