IVsWindowFrameSwitcher.RemoveTool(Guid, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a tool from the frame switcher.
public:
int RemoveTool(Guid % guidTool, System::String ^ switchContext);
public int RemoveTool (ref Guid guidTool, string switchContext);
abstract member RemoveTool : Guid * string -> int
Public Function RemoveTool (ByRef guidTool As Guid, switchContext As String) As Integer
Parameters
- guidTool
- Guid
[in] The GUID of the tool.
- switchContext
- String
[in] The value for the group upon which the tool will be activated. See VSConstants.VSSELELEMID for more information.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.