MidiInPort.DeviceId Property

Definition

Gets the id of the device that was used to initialize the MidiInPort.

public:
 property Platform::String ^ DeviceId { Platform::String ^ get(); };
winrt::hstring DeviceId();
public string DeviceId { get; }
var string = midiInPort.deviceId;
Public ReadOnly Property DeviceId As String

Property Value

String

Platform::String

winrt::hstring

The ID of the device.

Applies to