Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Represents an interface for the file table services.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface IFileTableService
'Usage
Dim instance As IFileTableService
public interface IFileTableService
public interface class IFileTableService
type IFileTableService = interface end
public interface IFileTableService
The IFileTableService type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
OpenFiles | Gets a ObservableCollection<T> of open files for the file table service. |
Top
Events
Name | Description | |
---|---|---|
![]() |
EditorOpened | Occurs when the editor is opened. |
![]() |
PostSave | Occurs after saving the files. |
![]() |
PreEditorClosed | Occurs before the editor is closed. |
![]() |
PreSave | Occurs before saving the files. |
Top