次の方法で共有


UpdateModelExtensionContext のメンバー

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.

このページのトップへ

パブリック プロパティ

  名前 説明
public property CurrentDocument  Represents the .edmx document to be modified. (ModelGenerationExtensionContext から継承)
public property EntityFrameworkVersion  The targeted version of the Entity Framework . (ExtensionContext から継承)
public property GeneratedDocument  Represents the original .edmx file generated by the Entity Data Model Wizard. (ModelGenerationExtensionContext から継承)
public property OriginalDocument Represents the .edmx file before the Update Model Wizard has run.
public property Project  The current Visual Studio project. (ExtensionContext から継承)
public property ProjectItem The current Visual Studio project item.
public property UpdateModelDocument Represents the .edmx file after the Update Model Wizard has run.
public property WizardKind  The wizard that initiated the .edmx file generation or update process. (ModelGenerationExtensionContext から継承)

このページのトップへ

パブリック メソッド

(プロテクト メソッド も参照)

  名前 説明
public method Equals  オーバーロードされます。(Object から継承)
public method GetHashCode  (Object から継承)
public method GetType  (Object から継承)
public methodstatic ReferenceEquals  (Object から継承)
public method ToString  (Object から継承)

このページのトップへ

プロテクト メソッド

  名前 説明
protected method Finalize  (Object から継承)
protected method MemberwiseClone  (Object から継承)

このページのトップへ

参照

リファレンス

UpdateModelExtensionContext クラス
Microsoft.Data.Entity.Design.Extensibility 名前空間

その他のリソース

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