AnnotationElement.ElementKey 属性
定义
获取一个用于唯一标识批注的键。Gets a key that uniquely identifies the annotation.
public:
virtual property System::Object ^ ElementKey { System::Object ^ get(); };
public override object ElementKey { get; }
member this.ElementKey : obj
Public Overrides ReadOnly Property ElementKey As Object
属性值
元素键。The element key.