Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PointerPoint.PointerId Property

Definition

Namespace:
Windows.UI.Input

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets a unique identifier for the input pointer.

public:
 property unsigned int PointerId { unsigned int get(); };
uint32_t PointerId();
public uint PointerId { get; }
var uInt32 = pointerPoint.pointerId;
Public ReadOnly Property PointerId As UInteger

Property Value

UInt32

unsigned int

uint32_t

A unique value that identifies the input pointer.

Applies to


Feedback

Was this page helpful?