Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an instance of the ITmi, which provides access to the Test Management Interface (TMI).
Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
ReadOnly Property TmiInstance As ITmi
'Usage
Dim instance As ITestManagement 
Dim value As ITmi 
value = instance.TmiInstance
ITmi TmiInstance { get; }
property ITmi^ TmiInstance {
    ITmi^ get ();
}
function get TmiInstance () : ITmi
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.ITmi
A TMI instance.
.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.