IDesignerToolWindowFactory.CreateToolWindow Method

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

Creates a tool window with a specified identifier.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Sub CreateToolWindow ( _
    sp As IServiceProvider, _
    toolwindowGuid As Guid, _
    toolwindowId As UInteger _
)
'Usage
Dim instance As IDesignerToolWindowFactory 
Dim sp As IServiceProvider 
Dim toolwindowGuid As Guid 
Dim toolwindowId As UInteger

instance.CreateToolWindow(sp, toolwindowGuid, _
    toolwindowId)
void CreateToolWindow(
    IServiceProvider sp,
    Guid toolwindowGuid,
    uint toolwindowId
)
void CreateToolWindow(
    IServiceProvider^ sp, 
    Guid toolwindowGuid, 
    unsigned int toolwindowId
)
abstract CreateToolWindow : 
        sp:IServiceProvider * 
        toolwindowGuid:Guid * 
        toolwindowId:uint32 -> unit
function CreateToolWindow(
    sp : IServiceProvider, 
    toolwindowGuid : Guid, 
    toolwindowId : uint
)

Parameters

  • toolwindowGuid
    Type: System.Guid
    A unique identifier for the new tool window.

See Also

Reference

IDesignerToolWindowFactory Interface

Microsoft.DataWarehouse.Interfaces Namespace