TestResult.AddTextMessage – metoda
Tento výsledek testu přidá text zprávy.
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
Public Sub AddTextMessage ( _
text As String _
)
public void AddTextMessage(
string text
)
public:
void AddTextMessage(
String^ text
)
member AddTextMessage :
text:string -> unit
public function AddTextMessage(
text : String
)
Parametry
- text
Typ: System.String
Přidat text.
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.