Click or drag to resize
WorkspaceState Property
A state container that can be used to store objects within the context of the workspace.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public Dictionary<string, Object> State { get; }

Property Value

Type: DictionaryString, Object
See Also