GlobalSystemMediaTransportControlsSession.TryChangeChannelUpAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|