TestResult.TextMessages Property
Gets an array of text messages in the test.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public ReadOnly Property TextMessages As String()
public string[] TextMessages { get; }
public:
property array<String^>^ TextMessages {
array<String^>^ get ();
}
member TextMessages : string[]
function get TextMessages () : String[]
Property Value
Type: array<System.String[]
An array of text messages in the test.
.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.