共用方式為


PointerDevice.MaxContacts 屬性

定義

取得值,指出輸入裝置所支援的連絡人數目上限。

public:
 property unsigned int MaxContacts { unsigned int get(); };
uint32_t MaxContacts();
public uint MaxContacts { get; }
var uInt32 = pointerDevice.maxContacts;
Public ReadOnly Property MaxContacts As UInteger

屬性值

UInt32

unsigned int

uint32_t

連絡人數目。

備註

此屬性通常會針對觸控裝置傳回 5 或更多值,而滑鼠和手寫筆/手寫筆裝置的值為 1。

適用於

另請參閱