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 命名空間