다음을 통해 공유


ControllerContext.DisplayName 속성

컨트롤러의 표시 이름을 가져옵니다. set 접근자는 내부 전용입니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Execution
어셈블리:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

구문

‘선언
Public Property DisplayName As String
public string DisplayName { get; internal set; }
public:
property String^ DisplayName {
    String^ get ();
    internal: void set (String^ value);
}
member DisplayName : string with get, internal set
function get DisplayName () : String 
internal function set DisplayName (value : String)

속성 값

형식: String
컨트롤러의 표시 이름입니다.

설명

일반적으로 DisplayName는 컨트롤러 컴퓨터의 DNS 호스트 이름에서 도메인 접미사를 제외한 것입니다.

.NET Framework 보안

참고 항목

참조

ControllerContext 클래스

Microsoft.VisualStudio.TestTools.Execution 네임스페이스