共用方式為


IEditorWorkspace.IsFocusInEditor 屬性

適用於版本2

取得工作區的焦點是否在編輯器上。

命名空間:  Microsoft.WebMatrix.Extensibility
組件:  Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)

語法

'宣告
ReadOnly Property IsFocusInEditor As Boolean 
    Get
'用途
Dim instance As IEditorWorkspace 
Dim value As Boolean 

value = instance.IsFocusInEditor
bool IsFocusInEditor { get; }
property bool IsFocusInEditor {
    bool get ();
}
abstract IsFocusInEditor : bool
function get IsFocusInEditor () : boolean

屬性值

型別:System.Boolean
如果工作區的焦點在編輯器上,則為 true,否則為 false。

請參閱

參考

IEditorWorkspace 介面

Microsoft.WebMatrix.Extensibility 命名空間