Freigeben über


DataCollectionEnvironmentContext.TcmContext-Eigenschaft

Ruft den Kontext für den Testfall-Manager ab.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Property TcmContext As TcmContext
public TcmContext TcmContext { get; internal set; }
public:
property TcmContext^ TcmContext {
    TcmContext^ get ();
    internal: void set (TcmContext^ value);
}
member TcmContext : TcmContext with get, internal set
function get TcmContext () : TcmContext 
internal function set TcmContext (value : TcmContext)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Common.TcmContext
Der Kontext für den Testfall-Manager.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataCollectionEnvironmentContext Klasse

Microsoft.VisualStudio.TestTools.Execution-Namespace

TcmContext