Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EyesPose.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 an app to use spatial eye gaze. This requires the gazeInput capability.

public:
 static IAsyncOperation<GazeInputAccessStatus> ^ RequestAccessAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<GazeInputAccessStatus> RequestAccessAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<GazeInputAccessStatus> RequestAccessAsync();
function requestAccessAsync()
Public Shared Function RequestAccessAsync () As IAsyncOperation(Of GazeInputAccessStatus)

Returns

Operation that triggers once the user has completed any consent dialog, providing the access status.

Attributes

Windows requirements

Requirements Description
App capabilities
gazeInput

Applies to

See also


Feedback

Was this page helpful?