PointerDevice.GetPointerDevices Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information about the pointer devices attached to the system.
public:
static IVectorView<PointerDevice ^> ^ GetPointerDevices();
static IVectorView<PointerDevice> GetPointerDevices();
public static IReadOnlyList<PointerDevice> GetPointerDevices();
function getPointerDevices()
Public Shared Function GetPointerDevices () As IReadOnlyList(Of PointerDevice)
Returns
The collection of PointerDevice objects that represent the pointer devices attached to the system.
Remarks
GetPointerDevices is a static method.