Condividi tramite


MidiSynthesizer.IsSynthesizer(DeviceInformation) Metodo

Definizione

Determina se un particolare dispositivo è un'istanza del sintetizzatore MIDI Microsoft. Quando tutte le porte MIDI sul sistema vengono enumerate, questo metodo può essere utilizzato per identificare quale di essi è il sintetizzatore MIDI Microsoft.

public:
 static bool IsSynthesizer(DeviceInformation ^ midiDevice);
 static bool IsSynthesizer(DeviceInformation const& midiDevice);
public static bool IsSynthesizer(DeviceInformation midiDevice);
function isSynthesizer(midiDevice)
Public Shared Function IsSynthesizer (midiDevice As DeviceInformation) As Boolean

Parametri

midiDevice
DeviceInformation

Oggetto che rappresenta il dispositivo in questione.

Restituisce

Boolean

bool

True se il dispositivo è il sintetizzatore MIDI Microsoft; in caso contrario, false.

Si applica a