Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 726 Bytes

midioutport_getdeviceselector_838466080.md

File metadata and controls

23 lines (16 loc) · 726 Bytes
-api-id -api-type
M:Windows.Devices.Midi.MidiOutPort.GetDeviceSelector
winrt method

Windows.Devices.Midi.MidiOutPort.GetDeviceSelector

-description

Gets a query string that can be used to enumerate all MidiOutPort objects on the system.

-returns

The query string used to enumerate the MidiOutPort objects on the system.

-remarks

To enumerate the MidiOutPort objects on the system, pass the query string provided by this method to Windows.Devices.Enumeration.DeviceInformation.FindAllAsync.

-examples

-see-also