Click or drag to resize
WorkspaceDocuments Property
A read-only list of WorkspaceDocument instances.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public IReadOnlyList<WorkspaceDocument> Documents { get; }

Property Value

Type: IReadOnlyListWorkspaceDocument
See Also