次の方法で共有


MidiSynthesizer.DeviceId プロパティ

定義

Microsoft MIDI シンセサイザーのデバイス ID を取得します。 シンセサイザーのすべてのインスタンスの ID が同じであることに注意してください。

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

プロパティ値

String

Platform::String

winrt::hstring

Microsoft MIDI シンセサイザーのこのインスタンスのデバイス ID。

実装

適用対象