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

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace