IEditorWorkspace Interface

Applies to v2.

Represents an interface for the WebMatrix editor workspace.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Interface IEditorWorkspace _
    Inherits IWorkspace
'Usage
Dim instance As IEditorWorkspace
public interface IEditorWorkspace : IWorkspace
public interface class IEditorWorkspace : IWorkspace
type IEditorWorkspace =  
    interface 
        interface IWorkspace 
    end
public interface IEditorWorkspace extends IWorkspace

The IEditorWorkspace type exposes the following members.

Properties

  Name Description
Public property CurrentEditor Gets the current editor if the editor workspace is active and editor is open.
Public property Description Gets the description of the workspace. (Inherited from IWorkspace.)
Public property Image Gets a 28x25 image for the workspace. (Inherited from IWorkspace.)
Public property IsFocusInEditor Gets whether the workspace is focused on the editor.
Public property Title Gets the title of the workspace. (Inherited from IWorkspace.)

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace