PointerDevice.GetPointerDevices 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取有关附加到系统的指针设备的信息。
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 是一种静态方法。