次の方法で共有


Package.IVsToolWindowFactory.CreateToolWindow Method

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

Syntax

'宣言
Private Function CreateToolWindow ( _
    ByRef toolWindowType As Guid, _
    id As UInteger _
) As Integer Implements IVsToolWindowFactory.CreateToolWindow
'使用
Dim instance As Package
Dim toolWindowType As Guid
Dim id As UInteger
Dim returnValue As Integer

returnValue = CType(instance, IVsToolWindowFactory).CreateToolWindow(toolWindowType, _
    id)
int IVsToolWindowFactory.CreateToolWindow(
    ref Guid toolWindowType,
    uint id
)
private:
virtual int CreateToolWindow(
    Guid% toolWindowType, 
    unsigned int id
) sealed = IVsToolWindowFactory::CreateToolWindow
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsToolWindowFactory.CreateToolWindow(Guid%, UInt32)

Permissions

See Also

Reference

Package Class

Package Members

Microsoft.VisualStudio.Shell Namespace