Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
ITmi TmiInstance { get; }
property ITmi^ TmiInstance {
ITmi^ get ();
}
abstract TmiInstance : ITmi
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.