ElementReference.Id 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 的唯一識別碼 ElementReference 。
public:
property System::String ^ Id { System::String ^ get(); };
public string Id { get; }
member this.Id : string
Public ReadOnly Property Id As String
屬性值
備註
識別碼至少在指定使用者/線路的範圍內是唯一的。 此屬性是公用屬性,可支援 Json 序列化,不應由使用者程式碼使用。