TestResult.TextMessages – vlastnost
V testu získá pole text zprávy.
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
Public ReadOnly Property TextMessages As String()
Get
public string[] TextMessages { get; }
public:
property array<String^>^ TextMessages {
array<String^>^ get ();
}
member TextMessages : string[]
function get TextMessages () : String[]
Hodnota vlastnosti
Typ: array<System.String[]
Pole text zprávy v testu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.