IFileTableService 接口

适用于版本2

表示文件表服务的接口。

命名空间:  Microsoft.WebMatrix.Extensibility.Editor
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Public Interface IFileTableService
用法
Dim instance As IFileTableService
public interface IFileTableService
public interface class IFileTableService
type IFileTableService =  interface end
public interface IFileTableService

IFileTableService 类型公开以下成员。

属性

  名称 说明
公共属性 OpenFiles 获取文件表服务已打开文件的 ObservableCollection<T>

页首

事件

  名称 说明
公共事件 EditorOpened 在打开编辑器时发生。
公共事件 PostSave 在保存文件后发生。
公共事件 PreEditorClosed 在关闭编辑器前发生。
公共事件 PreSave 在保存文件前发生。

页首

请参阅

参考

Microsoft.WebMatrix.Extensibility.Editor 命名空间