ModelingPackage.CreateToolWindow(Guid, UInt32) Method

Definition

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