IProjectFileInvisibleEditorTracker 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.
A service for tracking invisible editors that are opened but should be considered as though they are real editors in user editable windows.
public interface class IProjectFileInvisibleEditorTracker : IDisposable
public interface IProjectFileInvisibleEditorTracker : IDisposable
type IProjectFileInvisibleEditorTracker = interface
interface IDisposable
Public Interface IProjectFileInvisibleEditorTracker
Implements IDisposable
- Implements
Remarks
This supports LiveShare and Cloud Environment server scenarios.
Methods
EditorClosedAsync(Guid, Int32, CancellationToken) |
Informs the system that the project file editor associated with the cookie has been closed. |
EditorOpenedAsync(Guid, CancellationToken) |
Informs the system that the project file is open in a text editor. This should be called before the user can make any edits. |