PointerPoint.FrameId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property unsigned int FrameId { unsigned int get(); };
uint32_t FrameId();
public uint FrameId { get; }
var uInt32 = pointerPoint.frameId;
Public ReadOnly Property FrameId As UInteger
属性值
帧 ID。
注解
帧是特定实例上的输入点的集合。 帧 ID 是集合中每个输入点的通用标识符。
适用于