次の方法で共有


ModelConversionExtensionContext のメンバー

Provides file and project information to Visual Studio extensions that enable the loading and saving of custom file formats.

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

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

  名前 説明
ModelConversionExtensionContext Creates a new instance of the ModelConversionExtensionContext class.

このページのトップへ

パブリック プロパティ

  名前 説明
public property CurrentDocument Returns the .edmx document after it has been converted from a custom file format.
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 loading a custom file format and converting it to a custom file format.
public property FileInfo Returns information about the custom file being processed by the Entity Data Model Designer.
public property OriginalDocument Returns the original document as opened or saved by the Entity Designer.
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 から継承)

このページのトップへ

参照

リファレンス

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

その他のリソース

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