Udostępnij przez


Metoda IDesignerToolWindowFactory.CreateToolWindow

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.DataWarehouse.Interfaces
Zestaw:  Microsoft.DataWarehouse.Interfaces (w Microsoft.DataWarehouse.Interfaces.dll)

Składnia

'Deklaracja
Sub CreateToolWindow ( _
    sp As IServiceProvider, _
    toolwindowGuid As Guid, _
    toolwindowId As UInteger _
)
'Użycie
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
)

Parametry