STestManagement Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the invariant interface of a service so that the caller can cast it to different interfaces so that ITuip implementations can have access to the Test Management Interface (TMI) of Visual Studio.

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

Syntax

'Declaration
<GuidAttribute("E71B8506-ACDC-4f1c-A0ED-B3AE7E6551D3")> _
Public Interface STestManagement
[GuidAttribute("E71B8506-ACDC-4f1c-A0ED-B3AE7E6551D3")]
public interface STestManagement
[GuidAttribute(L"E71B8506-ACDC-4f1c-A0ED-B3AE7E6551D3")]
public interface class STestManagement
[<GuidAttribute("E71B8506-ACDC-4f1c-A0ED-B3AE7E6551D3")>]
type STestManagement =  interface end
public interface STestManagement

Remarks

This interface is intentionally empty.

See Also

Reference

Microsoft.VisualStudio.TestTools.Vsip Namespace

ITuip