Share via


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

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
Public Property TextMessages As String()
    Get
    Friend Set
End Property

Property Value

Type: System.String[]

An array of text messages in the test.

See Also

TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top