Provides file and project information to Visual Studio extensions that extend the .edmx file update process of the Update Model Wizard.
UpdateModelExtensionContext データ型で公開されるメンバーを以下の表に示します。
プロテクト コンストラクター
名前 | 説明 | |
---|---|---|
UpdateModelExtensionContext | Instantiates a new instance of UpdateModelExtensionContext. |
このページのトップへ
パブリック プロパティ
名前 | 説明 | |
---|---|---|
![]() |
CurrentDocument | Represents the .edmx document to be modified. (ModelGenerationExtensionContext から継承) |
![]() |
EntityFrameworkVersion | The targeted version of the Entity Framework . (ExtensionContext から継承) |
![]() |
GeneratedDocument | Represents the original .edmx file generated by the Entity Data Model Wizard. (ModelGenerationExtensionContext から継承) |
![]() |
OriginalDocument | Represents the .edmx file before the Update Model Wizard has run. |
![]() |
Project | The current Visual Studio project. (ExtensionContext から継承) |
![]() |
ProjectItem | The current Visual Studio project item. |
![]() |
UpdateModelDocument | Represents the .edmx file after the Update Model Wizard has run. |
![]() |
WizardKind | The wizard that initiated the .edmx file generation or update process. (ModelGenerationExtensionContext から継承) |
このページのトップへ
パブリック メソッド
(プロテクト メソッド も参照)
名前 | 説明 | |
---|---|---|
![]() |
Equals | オーバーロードされます。(Object から継承) |
![]() |
GetHashCode | (Object から継承) |
![]() |
GetType | (Object から継承) |
![]() ![]() |
ReferenceEquals | (Object から継承) |
![]() |
ToString | (Object から継承) |
このページのトップへ
プロテクト メソッド
名前 | 説明 | |
---|---|---|
![]() |
Finalize | (Object から継承) |
![]() |
MemberwiseClone | (Object から継承) |
このページのトップへ
参照
リファレンス
UpdateModelExtensionContext クラス
Microsoft.Data.Entity.Design.Extensibility 名前空間
その他のリソース
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
.edmx File Overview