IVsAsyncToolWindowFactory.CreateToolWindow(Guid, UInt32, Object) Method

Definition

public:
 void CreateToolWindow(Guid guidPersistenceSlot, System::UInt32 dwToolWindowId, System::Object ^ context);
public void CreateToolWindow (Guid guidPersistenceSlot, uint dwToolWindowId, object context);
abstract member CreateToolWindow : Guid * uint32 * obj -> unit
Public Sub CreateToolWindow (guidPersistenceSlot As Guid, dwToolWindowId As UInteger, context As Object)

Parameters

guidPersistenceSlot
Guid
dwToolWindowId
UInt32
context
Object

Applies to