次の方法で共有


ModelTransformExtensionContext のメンバー

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.

このページのトップへ

パブリック プロパティ

  名前 説明
public property CurrentDocument The current .edmx file on which Visual Studio extensions may operate.
public property EntityFrameworkVersion  The targeted version of the Entity Framework . (ExtensionContext から継承)
public property 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.
public property OriginalDocument The original .edmx file that was loaded into memory.
public property Project  The current Visual Studio project. (ExtensionContext から継承)
public property ProjectItem The current Visual Studio project item.

このページのトップへ

パブリック メソッド

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

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

このページのトップへ

参照

リファレンス

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

その他のリソース

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