PackageDeploymentManager.IsPackageProvisionedByUri(Uri) Method
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.
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
Returns
Boolean
bool
true
if the target package(s) is/are provisioned; otherwise, false
.
Remarks
This method requires administrative privileges.