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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataCollectionEnvironmentContext Class