Metoda IDesignerToolWindowService.CreateToolWindow (Guid, UInt32, Guid, String, Control)
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
Function CreateToolWindow ( _
persistanceSlot As Guid, _
windowId As UInteger, _
context As Guid, _
caption As String, _
client As Control _
) As IDesignerToolWindow
'Użycie
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
Parametry
- persistanceSlot
Typ: System.Guid
- windowId
Typ: System.UInt32
- context
Typ: System.Guid
- caption
Typ: System.String
- client
Typ: System.Windows.Forms.Control