共用方式為


HoldingEventArgs.ContactCount 屬性

定義

取得辨識 保留 事件時連絡點的數目。

public:
 property unsigned int ContactCount { unsigned int get(); };
uint32_t ContactCount();
public uint ContactCount { get; }
var uInt32 = holdingEventArgs.contactCount;
Public ReadOnly Property ContactCount As UInteger

屬性值

UInt32

unsigned int

uint32_t

連絡點的數目。

Windows 需求

裝置系列
Windows 10, version 2004 (已於 10.0.19041.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v10.0 引進)

備註

CurrentContactCount 會傳回使用中連絡人的數目。 這個數位可能或可能不等於 ContactCount,因為可以在手勢啟動之後新增或移除連絡人。

適用於