Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the text to display in the user interface of Visual Studio Application Lifecycle Management (ALM).
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<VisiblePropertyAttribute> _
Public Overridable ReadOnly Property DisplayText As String
[VisiblePropertyAttribute]
public virtual string DisplayText { get; }
[VisiblePropertyAttribute]
public:
virtual property String^ DisplayText {
String^ get ();
}
[<VisiblePropertyAttribute>]
abstract DisplayText : string with get
[<VisiblePropertyAttribute>]
override DisplayText : string with get
function get DisplayText () : String
Property Value
Type: String
The text to display in the user interface of Visual Studio ALM.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.