SystemUI.TrySnapOther Method

Allows an application to try and launch a different application into snap.

Syntax

public:
static IAsyncOperation<bool>^ TrySnapOther(
         Uri^ snapTargetUri,
         IUser^ user
)  

Parameters

snapTargetUri
Type: Uri 

 The URI of the application to try and launch into snap.

user
Type: IUser 

The user making the request.

Return value

Type: IAsyncOperation<Boolean

Returns an IAsyncOperation<TResult> object that represents the state of the asynchronous operation. Completion of the asynchronous operation is signaled by using a handler that is passed to the IAsyncOperation<TResult>.Completed property. When the asynchronous operation is complete, the result of the operation can be retrieved by using the IAsyncOperation<TResult>.GetResults method.

Requirements

Namespace: Windows.Xbox.UI

Metadata: windows.winmd

See also

Reference

SystemUI Class

SystemUI Members

Windows.Xbox.UI Namespace