Partager via


Package.IVsToolWindowFactory.CreateToolWindow, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Crée une fenêtre Outil du type spécifié avec l'ID spécifiée

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

Syntaxe

'Déclaration
Private Function CreateToolWindow ( _
    ByRef toolWindowType As Guid, _
    id As UInteger _
) As Integer Implements IVsToolWindowFactory.CreateToolWindow
int IVsToolWindowFactory.CreateToolWindow(
    ref Guid toolWindowType,
    uint id
)

Paramètres

  • toolWindowType
    Type : System.Guid%
    Type de la fenêtre à créer.

Valeur de retour

Type : System.Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Implémentations

IVsToolWindowFactory.CreateToolWindow(Guid%, UInt32)

Sécurité .NET Framework

Voir aussi

Référence

Package Classe

Microsoft.VisualStudio.Shell, espace de noms