Sdílet prostřednictvím


TestResultMessage.ComputerName – vlastnost

Získá název počítače, ve kterém jsou provedeny zkoušky související nebo test.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
<UserVisiblePropertyAttribute("{C0A718B8-1878-4f61-9953-5C6D991A70EC}")> _
<GroupingPropertyAttribute> _
Public ReadOnly Property ComputerName As String
[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 with get
function get ComputerName () : String

Hodnota vlastnosti

Typ: String
Název počítače, ve kterém jsou provedeny zkoušky.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestResultMessage Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů