TestElement.Description-Eigenschaft
Ruft die Beschreibung dieses Testelements ab oder legt diese fest.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<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)
Eigenschaftswert
Typ: System.String
Eine Beschreibung dieses Testelements.
Implementiert
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.