다음을 통해 공유


ManipulationUpdatedEventArgs.CurrentContactCount 속성

정의

진행 중인 ManipulationUpdated 이벤트의 현재 접점 수를 가져옵니다.

public:
 property unsigned int CurrentContactCount { unsigned int get(); };
uint32_t CurrentContactCount();
public uint CurrentContactCount { get; }
var uInt32 = manipulationUpdatedEventArgs.currentContactCount;
Public ReadOnly Property CurrentContactCount As UInteger

속성 값

UInt32

unsigned int

uint32_t

접점 수입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 2004 (10.0.19041.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v10.0에서 도입되었습니다.)

설명

ContactCount 는 현재 조작이 시작될 때 감지된 연락처 수를 항상 반환합니다.

CurrentContactCount는 활성 연락처 수를 반환합니다. 조작이 시작된 후 연락처를 추가하거나 제거할 수 있으므로 이 숫자는 ContactCount와 같거나 같지 않을 수 있습니다.

적용 대상