Share via


DataCollectionEnvironmentContext.TcmContext Property

Gets the context for the test case manager.

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)

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TcmContext
The context for the test case manager.

.NET Framework Security

See Also

Reference

DataCollectionEnvironmentContext Class

Microsoft.VisualStudio.TestTools.Execution Namespace

TcmContext