AppCapability.RequestAccessAsync 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.
Requests access for the object's stored capability and user.
public:
virtual IAsyncOperation<AppCapabilityAccessStatus> ^ RequestAccessAsync() = RequestAccessAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AppCapabilityAccessStatus> RequestAccessAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AppCapabilityAccessStatus> RequestAccessAsync();
function requestAccessAsync()
Public Function RequestAccessAsync () As IAsyncOperation(Of AppCapabilityAccessStatus)
Returns
Returns an AppCapabilityAccessStatus enum.
- Attributes
Remarks
Must be called from the UI thread.