IDesignerToolWindowService.CreateToolWindow Method (Guid, UInt32)

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
Sub CreateToolWindow ( _
    persistanceSlot As Guid, _
    windowId As UInteger _
)
'Usage
Dim instance As IDesignerToolWindowService
Dim persistanceSlot As Guid
Dim windowId As UInteger

instance.CreateToolWindow(persistanceSlot, _
    windowId)
void CreateToolWindow(
    Guid persistanceSlot,
    uint windowId
)
void CreateToolWindow(
    Guid persistanceSlot, 
    unsigned int windowId
)
abstract CreateToolWindow : 
        persistanceSlot:Guid * 
        windowId:uint32 -> unit 
function CreateToolWindow(
    persistanceSlot : Guid, 
    windowId : uint
)

Parameters