Provides file and project information to Visual Studio extensions that enable the loading and saving of custom file formats.
ModelConversionExtensionContext データ型で公開されるメンバーを以下の表に示します。
プロテクト コンストラクター
名前 | 説明 | |
---|---|---|
ModelConversionExtensionContext | Creates a new instance of the ModelConversionExtensionContext class. |
このページのトップへ
パブリック プロパティ
名前 | 説明 | |
---|---|---|
![]() |
CurrentDocument | Returns the .edmx document after it has been converted from a custom file format. |
![]() |
EntityFrameworkVersion | The targeted version of the Entity Framework . (ExtensionContext から継承) |
![]() |
Errors | A list of errors that can be shown in the Visual Studio Error List when loading a custom file format and converting it to a custom file format. |
![]() |
FileInfo | Returns information about the custom file being processed by the Entity Data Model Designer. |
![]() |
OriginalDocument | Returns the original document as opened or saved by the Entity Designer. |
![]() |
Project | The current Visual Studio project. (ExtensionContext から継承) |
![]() |
ProjectItem | The current Visual Studio project item. |
このページのトップへ
パブリック メソッド
(プロテクト メソッド も参照)
名前 | 説明 | |
---|---|---|
![]() |
Equals | オーバーロードされます。(Object から継承) |
![]() |
GetHashCode | (Object から継承) |
![]() |
GetType | (Object から継承) |
![]() ![]() |
ReferenceEquals | (Object から継承) |
![]() |
ToString | (Object から継承) |
このページのトップへ
プロテクト メソッド
名前 | 説明 | |
---|---|---|
![]() |
Finalize | (Object から継承) |
![]() |
MemberwiseClone | (Object から継承) |
このページのトップへ
参照
リファレンス
ModelConversionExtensionContext クラス
Microsoft.Data.Entity.Design.Extensibility 名前空間
その他のリソース
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
.edmx File Overview