IDesignerToolWindowFactory.CreateToolWindow Method (IServiceProvider, Guid, UInt32)

 

Applies To: SQL Server 2016 Preview

Creates a tool window with a specified identifier.

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

Syntax

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
Sub CreateToolWindow (
    sp As IServiceProvider,
    toolwindowGuid As Guid,
    toolwindowId As UInteger
)

Parameters

  • toolwindowGuid
    Type: System.Guid

    A unique identifier for the new tool window.

See Also

IDesignerToolWindowFactory Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top