Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a custom document used by a CustomEditorProvider.

Custom documents are only used within a given CustomEditorProvider. The lifecycle of a CustomDocument is managed by the editor. When no more references remain to a CustomDocument, it is disposed of.

层级

  • CustomDocument

索引

Properties(1)

Methods(1)

Properties(1)

Readonly uri

uri: Uri

The associated uri for this document.

Methods(1)

dispose

  • dispose(): void
  • Dispose of the custom document.

    This is invoked by the editor when there are no more references to a given CustomDocument (for example when all editors associated with the document have been closed.)

    Returns void

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹