Share via


GlobalSystemMediaTransportControlsSession.TryChangeChannelUpAsync Method

Definition

Attempts to change the channel up on the session.

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

Returns

True indicates success; False otherwise

Attributes

Windows requirements

App capabilities
globalMediaControl

Applies to