PropertyExtensionContext Class
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.
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
Microsoft.Data.Entity.Design.Extensibility.ExtensionContext
Microsoft.Data.Entity.Design.Extensibility.PropertyExtensionContext
Name | Description | |
---|---|---|
![]() | PropertyExtensionContext() | Initializes a new instance of the PropertyExtensionContext class. |
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. |
Name | Description | |
---|---|---|
![]() | CreateChangeScope(String) | 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(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.