TestElement.Description Propriedade

Definição

Obtém ou define uma descrição deste elemento de teste.

public:
 virtual property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.TestTools.Common.GroupingProperty]
[Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Description_PropertyDescription")]
[Microsoft.VisualStudio.TestTools.Common.PropertyWindow]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Description")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{B65344DF-319D-4a50-B8FB-0292317C6E8A}")]
[System.ComponentModel.DefaultValue("")]
public virtual string Description { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.GroupingProperty>]
[<Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Description_PropertyDescription")>]
[<Microsoft.VisualStudio.TestTools.Common.PropertyWindow>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Description")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{B65344DF-319D-4a50-B8FB-0292317C6E8A}")>]
[<System.ComponentModel.DefaultValue("")>]
member this.Description : string with get, set
Public Overridable Property Description As String

Valor da propriedade

String

Uma descrição deste elemento de teste.

Implementações

Atributos

Aplica-se a