IVsWindowFrameSwitcher Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

NameDescription
System_CAPS_pubmethodAddTool(Guid, String^)

Adds a tool to this frame switcher.

System_CAPS_pubmethodGetActiveFrame(IVsWindowFrame^)

Gets the inner frame of the active tool for the group.

System_CAPS_pubmethodInitializeSwitcher(UInt32)

Initializes the switcher by indicating the VSConstants::VSSELELEMID it will monitor for switching between tools in the group. This can be one of the existing VSSELELEMID values or a custom slot in the SelectionElements registry key.

System_CAPS_pubmethodRemoveTool(Guid, String^)

Removes a tool from the frame switcher.

Return to top
Show: