Element.Id 屬性

定義

取得值,這個值可用來在應用程式執行期間唯一識別專案。

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

屬性值

可唯一 Guid 識別專案的 。

備註

此值會在運行時間產生,而且在不同執行之間並不穩定。

適用於

另請參閱