ITextView.HasAggregateFocus 属性

确定该视图或其任何修饰是否具有焦点。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)

语法

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

属性值

类型:Boolean
true ,如果该视图具有焦点,否则 false。

.NET Framework 安全性

请参阅

参考

ITextView 接口

Microsoft.VisualStudio.Text.Editor 命名空间