Freigeben über


ITextView.HasAggregateFocus-Eigenschaft

Bestimmt, ob die Ansicht oder eines ihrer Zusatzelemente den Fokus besitzt.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

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

Eigenschaftswert

Typ: Boolean
true , wenn die Ansicht Fokus besitzt, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextView Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace