TestCaseManagementDisplayNameAttribute 클래스
있도록 테스트 요소 속성에 적용할 수 있는 특성을 나타내는 해당 Visual Studio Test Professional 속성 이름을 지역화 하려면 사용자 인터페이스. 이 클래스는 상속될 수 없습니다.
상속 계층 구조
Object
Attribute
DisplayNameAttribute
Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayNameAttribute
네임스페이스: Microsoft.VisualStudio.TestTools.Common
어셈블리: Microsoft.VisualStudio.QualityTools.Common(Microsoft.VisualStudio.QualityTools.Common.dll)
구문
‘선언
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False)> _
Public NotInheritable Class TestCaseManagementDisplayNameAttribute _
Inherits DisplayNameAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
public sealed class TestCaseManagementDisplayNameAttribute : DisplayNameAttribute
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false)]
public ref class TestCaseManagementDisplayNameAttribute sealed : public DisplayNameAttribute
[<Sealed>]
[<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)>]
type TestCaseManagementDisplayNameAttribute =
class
inherit DisplayNameAttribute
end
public final class TestCaseManagementDisplayNameAttribute extends DisplayNameAttribute
TestCaseManagementDisplayNameAttribute 형식에서는 다음과 같은 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
TestCaseManagementDisplayNameAttribute | TestCaseManagementDisplayNameAttribute 클래스의 새 인스턴스를 초기화합니다. |
위쪽
속성
이름 | 설명 | |
---|---|---|
DisplayName | 현재 문화권을 사용하여 특성이 적용되는 속성의 지역화된 표시 이름을 가져옵니다. (DisplayNameAttribute.DisplayName을(를) 재정의함) | |
ResourceId | 리소스 항목의 ID를 가져옵니다. | |
ResourceType | 지역화된 텍스트가 포함된 리소스 개체의 Type을 가져옵니다. | |
TypeId | 파생 클래스에서 구현된 경우 이 Attribute에 대한 고유 식별자를 가져옵니다. (Attribute에서 상속됨) |
위쪽
메서드
이름 | 설명 | |
---|---|---|
Equals | 두 개의 DisplayNameAttribute 인스턴스가 같은지 여부를 확인합니다. (DisplayNameAttribute에서 상속됨) | |
GetHashCode | 이 인스턴스의 해시 코드를 반환합니다. (DisplayNameAttribute에서 상속됨) | |
GetType | 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨) | |
IsDefaultAttribute | 이 특성이 기본값인지 여부를 확인합니다. (DisplayNameAttribute에서 상속됨) | |
Match | 파생 클래스에서 재정의된 경우 이 인스턴스가 지정된 개체와 같은지 여부를 나타내는 값을 반환합니다. (Attribute에서 상속됨) | |
ToString | 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨) |
위쪽
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
System#Runtime#InteropServices#_Attribute#GetIDsOfNames | 이름 집합을 해당하는 디스패치 식별자 집합에 매핑합니다. (Attribute에서 상속됨) | |
System#Runtime#InteropServices#_Attribute#GetTypeInfo | 인터페이스의 형식 정보를 가져오는 데 사용할 수 있는 개체의 형식 정보를 검색합니다. (Attribute에서 상속됨) | |
System#Runtime#InteropServices#_Attribute#GetTypeInfoCount | 개체에서 제공하는 형식 정보 인터페이스의 수를 검색합니다(0 또는 1). (Attribute에서 상속됨) | |
System#Runtime#InteropServices#_Attribute#Invoke | 개체에서 노출하는 메서드와 속성에 대한 액세스를 제공합니다. (Attribute에서 상속됨) |
위쪽
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.