ContextAttribute.Name 속성

정의

컨텍스트 특성의 이름을 가져옵니다.

이 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() 메서드 구현은 기본 기능에 따라 달라집니다. 속성을 확장하고 재정 ContextAttributeName 하는 클래스에 대한 고급 동작을 제공하려는 경우 및 Equals(Object) 메서드의 기본 구현도 재정의 GetHashCode() 해야 합니다.

적용 대상