Annotation.Id 属性

定义

获取 Annotation 的 GUID。

public:
 property Guid Id { Guid get(); };
public Guid Id { get; }
member this.Id : Guid
Public ReadOnly Property Id As Guid

属性值

批注的 GUID。

注解

注意

IdEmpty如果批注是通过使用默认Annotation构造函数实例化而不带参数的,则返回 。 Annotation应使用具有参数的构造函数来正确实例化具有有效 GUID 的新批注。

适用于