IVsAsyncToolWindowFactory.CreateToolWindow(Guid, UInt32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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