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 Property TextMessages As String()
public string[] TextMessages { get; internal set; }
public:
property array<String^>^ TextMessages {
array<String^>^ get ();
internal: void set (array<String^>^ value);
}
member TextMessages : string[] with get, internal set
function get TextMessages () : String[]
internal function set TextMessages (value : String[])
Property Value
Type: array<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.