Package.IVsToolWindowFactory.CreateToolWindow Method (Guid, UInt32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a tool window of the specified type with the specified ID.

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

Private Function CreateToolWindow (
	ByRef toolWindowType As Guid,
	id As UInteger
) As Integer
	Implements IVsToolWindowFactory.CreateToolWindow

Parameters

toolWindowType
Type: System.Guid

Type of the window to be created.

id
Type: System.UInt32

Instance ID

Return Value

Type: System.Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: