PointerDevice.GetPointerDevices Metodo

Definizione

Ottiene informazioni sui dispositivi puntatore collegati al sistema.

public:
 static IVectorView<PointerDevice ^> ^ GetPointerDevices();
 static IVectorView<PointerDevice> GetPointerDevices();
public static IReadOnlyList<PointerDevice> GetPointerDevices();
function getPointerDevices()
Public Shared Function GetPointerDevices () As IReadOnlyList(Of PointerDevice)

Restituisce

Raccolta di oggetti PointerDevice che rappresentano i dispositivi puntatore collegati al sistema.

Commenti

GetPointerDevices è un metodo statico.

Si applica a

Vedi anche