Partager via


ModelingPackage.GetToolWindow, méthode (Type)

Obtient une fenêtre Outil.

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

Syntaxe

'Déclaration
Public Function GetToolWindow ( _
    toolWindowType As Type _
) As ToolWindow
public ToolWindow GetToolWindow(
    Type toolWindowType
)

Paramètres

  • toolWindowType
    Type : System.Type
    Type de fenêtre Outil à récupérer.

Valeur de retour

Type : Microsoft.VisualStudio.Modeling.Shell.ToolWindow
Fenêtre Outil, ou Null si aucune fenêtre Outil n'est retournée.

Notes

Seules les fenêtres Outil d'une instance sont prises en charge. Par conséquent, un mappage de 1:1 toujours les résultats.

Sécurité .NET Framework

Voir aussi

Référence

ModelingPackage Classe

GetToolWindow, surcharge

Microsoft.VisualStudio.Modeling.Shell, espace de noms