Partager via


ModelingPackage.CreateToolWindow, méthode (Guid%, UInt32)

Crée une fenêtre Outil.

Espace de noms :  Microsoft.VisualStudio.Modeling.Shell
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntaxe

'Déclaration
Public Function CreateToolWindow ( _
    ByRef rguidPersistenceSlot As Guid, _
    dwToolWindowId As UInteger _
) As Integer
public int CreateToolWindow(
    ref Guid rguidPersistenceSlot,
    uint dwToolWindowId
)

Paramètres

  • rguidPersistenceSlot
    Type : System.Guid%
    GUID qui est assigné à la fenêtre Outil.
  • dwToolWindowId
    Type : System.UInt32
    L'IDENTIFICATEUR qui est assigné à la fenêtre Outil.

Valeur de retour

Type : System.Int32
L'état d'une méthode.Si aucune erreur n'est recherchée, il retourne le succès.Sinon, une exception est retournée.

Implémentations

IVsToolWindowFactory.CreateToolWindow(Guid%, UInt32)

Notes

Lorsque cette méthode est appelée, IVsToolWindowFactory crée la fenêtre Outil.Pour plus d'informations, consultez IVsToolWindowFactory.

Sécurité .NET Framework

Voir aussi

Référence

ModelingPackage Classe

CreateToolWindow, surcharge

Microsoft.VisualStudio.Modeling.Shell, espace de noms