AsyncModelingPackage.CreateToolWindow Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CreateToolWindow(Guid, UInt32) |
Create la fenêtre d’outil spécifiée. |
CreateToolWindow(Guid, UInt32, Object) |
CreateToolWindow(Guid, UInt32)
Create la fenêtre d’outil spécifiée.
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
Paramètres
- rguidPersistenceSlot
- Guid
- dwToolWindowId
- UInt32
Retours
Implémente
S’applique à
CreateToolWindow(Guid, UInt32, Object)
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)
Paramètres
- guidPersistenceSlot
- Guid
- dwToolWindowId
- UInt32
- context
- Object