Partager via


ToolWindow.WindowTitle, propriété

Obtient le titre de la 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 Overridable ReadOnly Property WindowTitle As String
public virtual string WindowTitle { get; }

Valeur de propriété

Type : System.String
Le titre de la fenêtre Outil.

Exemples

L'exemple suivant assigne un titre à une fenêtre Outil.

public override string WindowTitle
{
     get { return "Custom Window"; }
}  

Sécurité .NET Framework

Voir aussi

Référence

ToolWindow Classe

Microsoft.VisualStudio.Modeling.Shell, espace de noms