MidiInPort.DeviceId プロパティ

定義

MidiInPort の初期化に使用されたデバイスの ID を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

デバイスの ID。

適用対象