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.
- id
Type : System.UInt32
ID d'instance
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.