IDesignerToolWindowService.CreateToolWindow Method (Guid, UInt32)

 

Applies To: SQL Server 2016 Preview

Creates a tool window.

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

Syntax

void CreateToolWindow(
    Guid persistanceSlot,
    uint windowId
)
void CreateToolWindow(
    Guid persistanceSlot,
    unsigned int windowId
)
abstract CreateToolWindow : 
        persistanceSlot:Guid *
        windowId:uint32 -> unit
Sub CreateToolWindow (
    persistanceSlot As Guid,
    windowId As UInteger
)

Parameters

  • persistanceSlot
    Type: System.Guid

    The persistence slot.

See Also

CreateToolWindow Overload
IDesignerToolWindowService Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top