다음을 통해 공유


AgentContext.Name 속성

테스트 컨트롤러를 사용하여 등록한 에이전트의 정규화된 이름을 가져오거나 설정합니다.

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

구문

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

속성 값

형식: String
T:Microsoft.TeamFoundation.TestManagement.Client.ITestController에 등록된 것과 같은 에이전트의 정규화된 이름입니다.

.NET Framework 보안

참고 항목

참조

AgentContext 클래스

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

ITestController