IVsWindowFrameSwitcher.AddTool Method

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

Syntax

‘선언
Function AddTool ( _
    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.AddTool(guidTool, _
    switchContext)
int AddTool(
    ref Guid guidTool,
    string switchContext
)
int AddTool(
    [InAttribute] Guid% guidTool, 
    [InAttribute] String^ switchContext
)
abstract AddTool : 
        guidTool:Guid byref * 
        switchContext:string -> int 
function AddTool(
    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