PointerDevice.GetPointerDevices Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.