Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MidiOutPort.GetDeviceSelector 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 a query string that can be used to enumerate all MidiOutPort objects on the system.

public:
 static Platform::String ^ GetDeviceSelector();
 static winrt::hstring GetDeviceSelector();
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String

Returns

String

Platform::String

winrt::hstring

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.

Applies to


Feedback

Was this page helpful?