TestResultMessage.LongText Property
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 with get
[<VisiblePropertyAttribute>]
override LongText : string with get
function get LongText () : String
Property Value
Type: 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.