Share via


PropertyExtensionContext Members

Include Protected Members
Include Inherited Members

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.

The PropertyExtensionContext type exposes the following members.

Constructors

  Name Description
Protected method PropertyExtensionContext Creates a new instance of the PropertyExtensionContext() class.

Top

Methods

  Name Description
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 (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Properties

  Name Description
Public property EntityFrameworkVersion The targeted version of the Entity Framework. (Inherited from ExtensionContext.)
Public property Project The current Visual Studio project. (Inherited from ExtensionContext.)
Public property ProjectItem The current Visual Studio project item.

Top

See Also

Reference

PropertyExtensionContext Class

Microsoft.Data.Entity.Design.Extensibility Namespace