Provides file and project information to Visual Studio extensions that extend the file loading and saving of .edmx files by the Entity Data Model Designer.
ModelTransformExtensionContext データ型で公開されるメンバーを以下の表に示します。
プロテクト コンストラクター
名前 | 説明 | |
---|---|---|
ModelTransformExtensionContext | Instantiates a new instance of ModelTransformExtensionContext. |
このページのトップへ
パブリック プロパティ
名前 | 説明 | |
---|---|---|
![]() |
CurrentDocument | The current .edmx file on which Visual Studio extensions may operate. |
![]() |
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 .edmx files are loaded or saved by the Entity Data Model Designer. |
![]() |
OriginalDocument | The original .edmx file that was loaded into memory. |
![]() |
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 から継承) |
このページのトップへ
参照
リファレンス
ModelTransformExtensionContext クラス
Microsoft.Data.Entity.Design.Extensibility 名前空間
その他のリソース
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
.edmx File Overview