共用方式為


HidGameControllerProvider.UsagePage 屬性

定義

最上層集合的使用方式頁面。

public:
 property unsigned short UsagePage { unsigned short get(); };
uint16_t UsagePage();
public ushort UsagePage { get; }
var uInt16 = hidGameControllerProvider.usagePage;
Public ReadOnly Property UsagePage As UShort

屬性值

UInt16

unsigned short

uint16_t

最上層集合的使用方式頁面。

備註

UsagePage會從 HID (Human Interface Device) 報告描述項擷取。

適用於