PointerDevice.GetPointerDevices 方法

定义

获取有关附加到系统的指针设备的信息。

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

返回

PointerDevice 对象的集合,这些对象表示附加到系统的指针设备。

注解

GetPointerDevices 是一种静态方法。

适用于

另请参阅