IDesignerToolWindowService.CreateToolWindow Method (Guid, UInt32, Guid, String, Control)

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

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

Syntax

'Declaration
Function CreateToolWindow ( _
    persistanceSlot As Guid, _
    windowId As UInteger, _
    context As Guid, _
    caption As String, _
    client As Control _
) As IDesignerToolWindow
'Usage
Dim instance As IDesignerToolWindowService
Dim persistanceSlot As Guid
Dim windowId As UInteger
Dim context As Guid
Dim caption As String
Dim client As Control
Dim returnValue As IDesignerToolWindow

returnValue = instance.CreateToolWindow(persistanceSlot, _
    windowId, context, caption, client)
IDesignerToolWindow CreateToolWindow(
    Guid persistanceSlot,
    uint windowId,
    Guid context,
    string caption,
    Control client
)
IDesignerToolWindow^ CreateToolWindow(
    Guid persistanceSlot, 
    unsigned int windowId, 
    Guid context, 
    String^ caption, 
    Control^ client
)
abstract CreateToolWindow : 
        persistanceSlot:Guid * 
        windowId:uint32 * 
        context:Guid * 
        caption:string * 
        client:Control -> IDesignerToolWindow 
function CreateToolWindow(
    persistanceSlot : Guid, 
    windowId : uint, 
    context : Guid, 
    caption : String, 
    client : Control
) : IDesignerToolWindow

Parameters