Workspace Class |
Namespace: VSCode.Editor
public class Workspace : IDisposable
The Workspace type exposes the following members.
Name | Description | |
---|---|---|
![]() | Workspace |
creates a new Workspace instance using the provided EditorFeature.
|
Name | Description | |
---|---|---|
![]() | Documents |
A read-only list of WorkspaceDocument instances.
|
![]() | State |
A state container that can be used to store objects within the context of the workspace.
|
Name | Description | |
---|---|---|
![]() | DocumentChanged |
Raised when a WorkspaceDocument has changed.
|
![]() | DocumentClosed |
Raised when a WorkspaceDocument has closed.
|
![]() | DocumentOpened |
Raised when a WorkspaceDocument has opened.
|
Name | Description | |
---|---|---|
![]() | ToJObject |
Converts this instance to a JObject.
(Defined by ObjectExtensions.) |