Sdílet prostřednictvím


TestResultMessage.TestName – vlastnost

Získá nebo nastaví název přidružené test.

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

Syntaxe

'Deklarace
<VisiblePropertyAttribute> _
Public Property TestName As String
[VisiblePropertyAttribute]
public string TestName { get; set; }
[VisiblePropertyAttribute]
public:
property String^ TestName {
    String^ get ();
    void set (String^ value);
}
[<VisiblePropertyAttribute>]
member TestName : string with get, set
function get TestName () : String 
function set TestName (value : String)

Hodnota vlastnosti

Typ: String
Název přidružené test.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestResultMessage Třída

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