Share via


IDesignerToolWindowService.GetToolWindow Method

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

Returns a tool window.

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

Syntax

'Declaration
Function GetToolWindow ( _
    persistanceSlot As Guid, _
    windowId As UInteger _
) As IDesignerToolWindow
'Usage
Dim instance As IDesignerToolWindowService 
Dim persistanceSlot As Guid 
Dim windowId As UInteger 
Dim returnValue As IDesignerToolWindow 

returnValue = instance.GetToolWindow(persistanceSlot, _
    windowId)
IDesignerToolWindow GetToolWindow(
    Guid persistanceSlot,
    uint windowId
)
IDesignerToolWindow^ GetToolWindow(
    Guid persistanceSlot, 
    unsigned int windowId
)
abstract GetToolWindow : 
        persistanceSlot:Guid * 
        windowId:uint32 -> IDesignerToolWindow
function GetToolWindow(
    persistanceSlot : Guid, 
    windowId : uint
) : IDesignerToolWindow

Parameters

  • persistanceSlot
    Type: System.Guid
    The persistence slot.

Return Value

Type: Microsoft.DataWarehouse.Interfaces.IDesignerToolWindow
The IDesignerToolWindow object.

See Also

Reference

IDesignerToolWindowService Interface

Microsoft.DataWarehouse.Interfaces Namespace