ContextAttribute.Name 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取上下文特性的名称。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual property System::String ^ Name { System::String ^ get(); };
public virtual string Name { get; }
public virtual string Name { [System.Security.SecurityCritical] get; }
member this.Name : string
[<get: System.Security.SecurityCritical>]
member this.Name : string
Public Overridable ReadOnly Property Name As String
属性值
上下文特性的名称。
实现
- 属性
注解
此属性的默认实现提供 AttributeName 作为属性名称。
继承者说明
不得在任何用户派生类中重写当前属性。 当前 Equals(Object) 和 GetHashCode() 方法实现取决于默认功能。 如果要为扩展 ContextAttribute 和 重写 Name 属性的类提供高级行为,还必须重写 和 GetHashCode() 方法的默认实现Equals(Object)。