Package.IVsToolWindowFactory.CreateToolWindow Method
Visual Studio 2012
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.
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Parameters
- toolWindowType
- Type: Guid
Type of the window to be created.
- id
- Type: UInt32
Instance ID
Return Value
Type: Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsToolWindowFactory.CreateToolWindow(Guid, UInt32)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.