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 と等しい場合と等しくない場合があります。