CreateToolWindow 方法 (Guid, UInt32, Guid, String, Control)
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
命名空間: Microsoft.DataWarehouse.Interfaces
組件: Microsoft.DataWarehouse.Interfaces (在 Microsoft.DataWarehouse.Interfaces.dll 中)
語法
'宣告
Function CreateToolWindow ( _
persistanceSlot As Guid, _
windowId As UInteger, _
context As Guid, _
caption As String, _
client As Control _
) As IDesignerToolWindow
'用途
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
參數
- persistanceSlot
型別:System. . :: . .Guid
- windowId
型別:System. . :: . .UInt32
- context
型別:System. . :: . .Guid
- caption
型別:System. . :: . .String
- client
型別:System.Windows.Forms. . :: . .Control