Поделиться через


TestElement.Description - свойство

Получает или задает описание данного элемента теста.

Пространство имен:  Microsoft.VisualStudio.TestTools.Common
Сборка:  Microsoft.VisualStudio.QualityTools.Common (в Microsoft.VisualStudio.QualityTools.Common.dll)

Синтаксис

'Декларация
<PropertyWindowAttribute> _
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{B65344DF-319D-4a50-B8FB-0292317C6E8A}")> _
Public Overridable Property Description As String
    Get
    Set
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{B65344DF-319D-4a50-B8FB-0292317C6E8A}")]
public virtual string Description { get; set; }
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{B65344DF-319D-4a50-B8FB-0292317C6E8A}")]
public:
virtual property String^ Description {
    String^ get ();
    void set (String^ value);
}
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{B65344DF-319D-4a50-B8FB-0292317C6E8A}")>]
abstract Description : string with get, set
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{B65344DF-319D-4a50-B8FB-0292317C6E8A}")>]
override Description : string with get, set
function get Description () : String
function set Description (value : String)

Значение свойства

Тип: System.String
Описание элемента теста.

Реализации

ITestElement.Description

Безопасность платформы .NET Framework

См. также

Ссылки

TestElement Класс

Microsoft.VisualStudio.TestTools.Common - пространство имен