共用方式為


Reference.Id 屬性

定義

取得或設定當前 Reference的 ID 。

public:
 property System::String ^ Id { System::String ^ get(); void set(System::String ^ value); };
public string? Id { get; set; }
public string Id { get; set; }
member this.Id : string with get, set
Public Property Id As String

屬性值

目前 Reference的 ID 為 。 預設值為 null

備註

使用該 Id 屬性為當前 Reference 元素的 XML 表示加入字串 ID。 ID 用於從其他位置參考該 Reference 元素。

適用於