IDesignerToolWindowFactory.CreateToolWindow Method

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 ( _
    sp As IServiceProvider, _
    toolwindowGuid As Guid, _
    toolwindowId As UInteger _
)
'Usage
Dim instance As IDesignerToolWindowFactory
Dim sp As IServiceProvider
Dim toolwindowGuid As Guid
Dim toolwindowId As UInteger

instance.CreateToolWindow(sp, toolwindowGuid, _
    toolwindowId)
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 
function CreateToolWindow(
    sp : IServiceProvider, 
    toolwindowGuid : Guid, 
    toolwindowId : uint
)

Parameters