다음을 통해 공유


ManipulationUpdatedEventArgs.ContactCount 속성

정의

ManipulationUpdated 이벤트가 인식될 때의 접점 수를 가져옵니다.

public:
 property unsigned int ContactCount { unsigned int get(); };
uint32_t ContactCount();
public uint ContactCount { get; }
var uInt32 = manipulationUpdatedEventArgs.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와 같거나 같지 않을 수 있습니다.

적용 대상