This topic has not yet been rated - Rate this topic

Package.IVsToolWindowFactory.CreateToolWindow Method

This API supports the .NET Framework 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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
int IVsToolWindowFactory.CreateToolWindow(
	ref Guid toolWindowType,
	uint id
)

Parameters

toolWindowType
Type: Guid

Type of the window to be created.

id
Type: UInt32

Instance ID

Return Value

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

Implements

IVsToolWindowFactory.CreateToolWindow(Guid, UInt32)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.