Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value of the DisplayText property.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<VisiblePropertyAttribute> _
Public Overridable ReadOnly Property LongText As String
[VisiblePropertyAttribute]
public virtual string LongText { get; }
[VisiblePropertyAttribute]
public:
virtual property String^ LongText {
String^ get ();
}
[<VisiblePropertyAttribute>]
abstract LongText : string
[<VisiblePropertyAttribute>]
override LongText : string
function get LongText () : String
Property Value
Type: System.String
The value of the DisplayText property, unless it is overridden in a derived class.
Remarks
Notes to Inheritors
Use this property to return a more detailed or more descriptive message than the DisplayText property.
.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.