AsyncModelingPackage.CreateToolWindow Method
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.
CreateToolWindow(Guid, UInt32) |
Create the specified tool window. |
CreateToolWindow(Guid, UInt32, Object) |
Create the specified tool window.
public:
virtual int CreateToolWindow(Guid % rguidPersistenceSlot, System::UInt32 dwToolWindowId);
public int CreateToolWindow(ref Guid rguidPersistenceSlot, uint dwToolWindowId);
override this.CreateToolWindow : Guid * uint32 -> int
Public Function CreateToolWindow (ByRef rguidPersistenceSlot As Guid, dwToolWindowId As UInteger) As Integer
Parameters
- rguidPersistenceSlot
- Guid
- dwToolWindowId
- UInt32
Returns
Implements
Applies to
Visual Studio SDK 2022 and Visual Studio SDK 2019
Product | Versions |
---|---|
Visual Studio SDK | 2019, 2022 |
public:
virtual void CreateToolWindow(Guid guidPersistenceSlot, System::UInt32 dwToolWindowId, System::Object ^ context);
public void CreateToolWindow(Guid guidPersistenceSlot, uint dwToolWindowId, object context);
override this.CreateToolWindow : Guid * uint32 * obj -> unit
Public Sub CreateToolWindow (guidPersistenceSlot As Guid, dwToolWindowId As UInteger, context As Object)
Parameters
- guidPersistenceSlot
- Guid
- dwToolWindowId
- UInt32
- context
- Object
Implements
Applies to
Visual Studio SDK 2022 and Visual Studio SDK 2019
Product | Versions |
---|---|
Visual Studio SDK | 2019, 2022 |