InkStroke.Id 属性

定义

获取墨迹笔划标识符。

唯一标识符分配给由 InkPresenter 管理的每个墨迹笔划。

public:
 property unsigned int Id { unsigned int get(); };
uint32_t Id();
public uint Id { get; }
var uInt32 = inkStroke.id;
Public ReadOnly Property Id As UInteger

属性值

UInt32

unsigned int

uint32_t

墨迹笔划的标识符。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

注解

此标识符不会通过墨迹笔划的序列化/反序列化保留。 反序列化后,将分配一个新的标识符。

调用 Clone 方法还会为克隆的笔划生成新标识符。

适用于

另请参阅