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
- 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.