次の方法で共有


ModelGenerationExtensionContext のメンバー

Provides file and project information to Visual Studio extensions that extend the .edmx file generation process of the Entity Data Model Wizard.

ModelGenerationExtensionContext データ型で公開されるメンバーを以下の表に示します。

プロテクト コンストラクター

  名前 説明
ModelGenerationExtensionContext Instantiates a new instance of the ModelGenerationExtensionContext class.

このページのトップへ

パブリック プロパティ

  名前 説明
public property CurrentDocument Represents the .edmx document to be modified.
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.
public property Project  The current Visual Studio project. (ExtensionContext から継承)
public property WizardKind The wizard that initiated the .edmx file generation or update process.

このページのトップへ

パブリック メソッド

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

  名前 説明
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 から継承)

このページのトップへ

参照

リファレンス

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

その他のリソース

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