次の方法で共有


PropertyExtensionContext のメンバー

Provides file and project information to Visual Studio extensions that add custom properties to objects visible in the Entity Data Model Designer or the Model Browser.

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

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

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

このページのトップへ

パブリック プロパティ

  名前 説明
public property EntityFrameworkVersion  The targeted version of the Entity Framework . (ExtensionContext から継承)
public property Project  The current Visual Studio project. (ExtensionContext から継承)
public property ProjectItem The current Visual Studio project item.

このページのトップへ

パブリック メソッド

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

  名前 説明
public method CreateChangeScope Creates an EntityDesignerChangeScope object and sets the string that will appear in the dropdown lists for the Undo and Redo buttons in Visual Studio.
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 から継承)

このページのトップへ

参照

リファレンス

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

その他のリソース

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