GlobalSystemMediaTransportControlsSession.TryChangeChannelDownAsync Method

Definition

Attempts to change the channel down on the session.

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

Returns

True indicates success; False otherwise

Attributes

Windows requirements

App capabilities
globalMediaControl

Applies to