Partager via


PointerDevice.GetPointerDevices Méthode

Définition

Obtient des informations sur les appareils de pointeur attachés au système.

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

Retours

Collection d’objets PointerDevice qui représentent les appareils de pointeur attachés au système.

Remarques

GetPointerDevices est une méthode statique.

S’applique à

Voir aussi