ILanguageClientDocumentManager Interface

Definition

Caution

Will be removed in a future version.

Interface representing a client which provides document management functionality in IDE such as opening documents and ensuring documents exist on disk.

public interface class ILanguageClientDocumentManager
public interface ILanguageClientDocumentManager
[System.Obsolete("Will be removed in a future version.")]
public interface ILanguageClientDocumentManager
type ILanguageClientDocumentManager = interface
[<System.Obsolete("Will be removed in a future version.")>]
type ILanguageClientDocumentManager = interface
Public Interface ILanguageClientDocumentManager
Attributes

Methods

EnsureFileExistsAsync(Uri)

Asks the language client to create a local copy of a document and return the local file path.

Applies to