GlobalSystemMediaTransportControlsSession.TrySkipPreviousAsync Method

Definition

Attempts to request the session to skip previous.

public:
 virtual IAsyncOperation<bool> ^ TrySkipPreviousAsync() = TrySkipPreviousAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TrySkipPreviousAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TrySkipPreviousAsync();
function trySkipPreviousAsync()
Public Function TrySkipPreviousAsync () As IAsyncOperation(Of Boolean)

Returns

True indicates success; False otherwise

Attributes

Windows requirements

App capabilities
globalMediaControl

Applies to