ITextView.HasAggregateFocus, propriété

Détermine si la vue ou l'un de ses ornements a le focus.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
ReadOnly Property HasAggregateFocus As Boolean
bool HasAggregateFocus { get; }
property bool HasAggregateFocus {
    bool get ();
}
abstract HasAggregateFocus : bool with get
function get HasAggregateFocus () : boolean

Valeur de propriété

Type : Boolean
true si la vue a le focus, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

ITextView Interface

Microsoft.VisualStudio.Text.Editor, espace de noms