ElementReference.Id 属性

定义

获取 的唯 ElementReference一标识符。

public:
 property System::String ^ Id { System::String ^ get(); };
public string Id { get; }
member this.Id : string
Public ReadOnly Property Id As String

属性值

注解

ID 至少在给定用户/线路的范围内是唯一的。 此属性是公共属性,以支持 Json 序列化,用户代码不应使用。

适用于