共用方式為


IVsWindowFrameSwitcher.RemoveTool Method

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

Syntax

'宣告
Function RemoveTool ( _
    ByRef guidTool As Guid, _
    switchContext As String _
) As Integer
'用途
Dim instance As IVsWindowFrameSwitcher
Dim guidTool As Guid
Dim switchContext As String
Dim returnValue As Integer

returnValue = instance.RemoveTool(guidTool, _
    switchContext)
int RemoveTool(
    ref Guid guidTool,
    string switchContext
)
int RemoveTool(
    [InAttribute] Guid% guidTool, 
    [InAttribute] String^ switchContext
)
abstract RemoveTool : 
        guidTool:Guid byref * 
        switchContext:string -> int 
function RemoveTool(
    guidTool : Guid, 
    switchContext : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsWindowFrameSwitcher Interface

IVsWindowFrameSwitcher Members

Microsoft.VisualStudio.Shell.Interop Namespace