IFileTableService インターフェイス

v2 に適用されます。

ファイル テーブル サービスのインターフェイスを表します。

名前空間:  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 名前空間