共用方式為


IModelConversionExtension 成員

Exposes methods for converting a custom file format to and from the .edmx file format that is readable by the Entity Data Model Designer.

下表列出 IModelConversionExtension 型別公開的成員。

公用 方法

  名稱 說明
public method OnAfterFileLoaded Defines custom functionality for loading a file with a custom format and converting it to an .edmx format.
public method OnBeforeFileSaved Defines custom functionality for converting an .edmx file to a file with a custom format before the file is saved.

頂端

另請參閱

參考

IModelConversionExtension 介面
Microsoft.Data.Entity.Design.Extensibility 命名空間

其他資源

.edmx File Overview
Developing Visual Studio Extensions
Visual Studio Extensibility Developer Center