Udostępnij za pośrednictwem


Właściwość ITestElement.Description —

Zwraca lub ustawia opis dla tego elementu badania.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
Property Description As String
string Description { get; set; }
property String^ Description {
    String^ get ();
    void set (String^ value);
}
abstract Description : string with get, set
function get Description () : String
function set Description (value : String)

Wartość właściwości

Typ: System.String
Opis dla tego elementu badania.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestElement Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common