PackageManager.IsPackageRemovalPendingByUriForUser(Uri, String) 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.
public:
virtual bool IsPackageRemovalPendingByUriForUser(Uri ^ packageUri, Platform::String ^ userSecurityId) = IsPackageRemovalPendingByUriForUser;
bool IsPackageRemovalPendingByUriForUser(Uri const& packageUri, winrt::hstring const& userSecurityId);
public bool IsPackageRemovalPendingByUriForUser(System.Uri packageUri, string userSecurityId);
function isPackageRemovalPendingByUriForUser(packageUri, userSecurityId)
Public Function IsPackageRemovalPendingByUriForUser (packageUri As Uri, userSecurityId As String) As Boolean
Parameters
- userSecurityId
-
String
Platform::String
winrt::hstring
Returns
Boolean
bool