ILanguageClientDocumentManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |