Partilhar via


IFileTableService Interface

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
Public property OpenFiles Gets a ObservableCollection<T> of open files for the file table service.

Top

Events

  Name Description
Public event EditorOpened Occurs when the editor is opened.
Public event PostSave Occurs after saving the files.
Public event PreEditorClosed Occurs before the editor is closed.
Public event PreSave Occurs before saving the files.

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility.Editor Namespace