AgentContext.Name 属性

获取或设置代理的完全限定名称(当代理在测试控制器中注册时)。

命名空间:  Microsoft.VisualStudio.TestTools.Execution
程序集:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

语法

声明
Public Property Name As String
    Get
    Friend Set
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)

属性值

类型:System.String
如 T:Microsoft.TeamFoundation.TestManagement.Client.ITestController 注册的完全限定的代理名称。

.NET Framework 安全性

请参见

参考

AgentContext 类

Microsoft.VisualStudio.TestTools.Execution 命名空间

ITestController