CoreWebView2PointerInfo.PerformanceCount Property
Definition
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 or sets the PerformanceCount of the pointer event.
public ulong PerformanceCount { get; set; }
member this.PerformanceCount : uint64 with get, set
Public Property PerformanceCount As ULong
Property Value
Remarks
This corresponds to the PerformanceCount property of the POINTER_INFO
struct as defined in the Windows SDK (winuser.h).