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 | |
---|---|---|
PropertyExtensionContext | Creates a new instance of the PropertyExtensionContext() class. |
Top
Methods
Name | Description | |
---|---|---|
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. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
EntityFrameworkVersion | The targeted version of the Entity Framework. (Inherited from ExtensionContext.) | |
Project | The current Visual Studio project. (Inherited from ExtensionContext.) | |
ProjectItem | The current Visual Studio project item. |
Top