共用方式為


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