PenDevice.GetFromPointerId(UInt32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
static PenDevice ^ GetFromPointerId(unsigned int pointerId);
static PenDevice GetFromPointerId(uint32_t const& pointerId);
public static PenDevice GetFromPointerId(uint pointerId);
function getFromPointerId(pointerId)
Public Shared Function GetFromPointerId (pointerId As UInteger) As PenDevice
パラメーター
- pointerId
-
UInt32
unsigned int
uint32_t
ポインター イベントに関連付けられている一意のポインター識別子。
戻り値
PenDevice オブジェクト。
ポインター入力がペン入力に対応しない場合、またはペンが一意の ID をサポートしていない場合は null を返します。