TestResultMessage.ComputerName 属性

获取执行关联测试运行或测试的计算机的名称。

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

语法

声明
<UserVisiblePropertyAttribute("{C0A718B8-1878-4f61-9953-5C6D991A70EC}")> _
<GroupingPropertyAttribute> _
Public ReadOnly Property ComputerName As String
    Get
[UserVisiblePropertyAttribute("{C0A718B8-1878-4f61-9953-5C6D991A70EC}")]
[GroupingPropertyAttribute]
public string ComputerName { get; }
[UserVisiblePropertyAttribute(L"{C0A718B8-1878-4f61-9953-5C6D991A70EC}")]
[GroupingPropertyAttribute]
public:
property String^ ComputerName {
    String^ get ();
}
[<UserVisiblePropertyAttribute("{C0A718B8-1878-4f61-9953-5C6D991A70EC}")>]
[<GroupingPropertyAttribute>]
member ComputerName : string
function get ComputerName () : String

属性值

类型:System.String
执行测试运行的计算机的名称。

.NET Framework 安全性

请参见

参考

TestResultMessage 类

Microsoft.VisualStudio.TestTools.Common 命名空间