Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
CurrentEditor | Gets the current editor if the editor workspace is active and editor is open. |
![]() |
Description | Gets the description of the workspace. (Inherited from IWorkspace.) |
![]() |
Image | Gets a 28x25 image for the workspace. (Inherited from IWorkspace.) |
![]() |
IsFocusInEditor | Gets whether the workspace is focused on the editor. |
![]() |
Title | Gets the title of the workspace. (Inherited from IWorkspace.) |
Top