ManipulationUpdatedEventArgs.CurrentContactCount 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
진행 중인 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
속성 값
접점 수입니다.
Windows 요구 사항
디바이스 패밀리 |
Windows 10, version 2004 (10.0.19041.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v10.0에서 도입되었습니다.)
|
설명
ContactCount 는 현재 조작이 시작될 때 감지된 연락처 수를 항상 반환합니다.
CurrentContactCount는 활성 연락처 수를 반환합니다. 조작이 시작된 후 연락처를 추가하거나 제거할 수 있으므로 이 숫자는 ContactCount와 같거나 같지 않을 수 있습니다.