Sdílet prostřednictvím


TestCaseEventArgs.TcmInformation – vlastnost

Získává objekt obsahující informace, které lze získat další údaje o případu test ze Test Manager serveru.

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Deklarace
Public Property TcmInformation As TcmInformation
    Get
    Private Set
public TcmInformation TcmInformation { get; private set; }
public:
property TcmInformation^ TcmInformation {
    TcmInformation^ get ();
    private: void set (TcmInformation^ value);
}
member TcmInformation : TcmInformation with get, private set
function get TcmInformation () : TcmInformation
private function set TcmInformation (value : TcmInformation)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.Common.TcmInformation
Informace o objektu, nebo nullodkaz Null (Nothing v jazyce Visual Basic) Pokud test nepocházely ze Test Manager.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TestCaseEventArgs Třída

Microsoft.VisualStudio.TestTools.Execution – obor názvů