GlobalSystemMediaTransportControlsSessionManager.GetSessions 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.
Gets all of the available sessions.
public:
virtual IVectorView<GlobalSystemMediaTransportControlsSession ^> ^ GetSessions() = GetSessions;
IVectorView<GlobalSystemMediaTransportControlsSession> GetSessions();
public IReadOnlyList<GlobalSystemMediaTransportControlsSession> GetSessions();
function getSessions()
Public Function GetSessions () As IReadOnlyList(Of GlobalSystemMediaTransportControlsSession)
Returns
A vector of all available sessions.
Windows requirements
App capabilities |
globalMediaControl
|