GlobalSystemMediaTransportControlsSession.TrySkipNextAsync Method

Definition

Attempts to request the session to skip next.

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

Returns

True indicates success; False otherwise

Attributes

Windows requirements

App capabilities
globalMediaControl

Applies to