Reference.Id 属性

定义

获取或设置当前 Reference 的 ID。

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

属性值

String

当前 Reference 的 ID。 默认值为 null

注解

使用 Id 属性将字符串 ID 添加到当前 Reference 元素的 XML 表示形式。 ID 用于从另一个位置引用 Reference 元素。

适用于