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 的新批註。

適用於