PropertyExtensionContext-Member
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.
In den folgenden Tabellen sind die Member aufgeführt, die durch den Typ PropertyExtensionContext verfügbar gemacht werden.
Geschützt Konstruktoren
Name | Beschreibung | |
---|---|---|
PropertyExtensionContext | Creates a new instance of the PropertyExtensionContext class. |
Oben
Öffentlich Eigenschaften
Name | Beschreibung | |
---|---|---|
EntityFrameworkVersion | The targeted version of the Entity Framework . (Geerbt von ExtensionContext) | |
Project | The current Visual Studio project. (Geerbt von ExtensionContext) | |
ProjectItem | The current Visual Studio project item. |
Oben
Öffentlich Methoden
(siehe auch Geschützt Methoden)
Name | Beschreibung | |
---|---|---|
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 | Überladen. (Geerbt von Object) | |
GetHashCode | (Geerbt von Object) | |
GetType | (Geerbt von Object) | |
ReferenceEquals | (Geerbt von Object) | |
ToString | (Geerbt von Object) |
Oben
Geschützt Methoden
Name | Beschreibung | |
---|---|---|
Finalize | (Geerbt von Object) | |
MemberwiseClone | (Geerbt von Object) |
Oben
Siehe auch
Verweis
PropertyExtensionContext-Klasse
Microsoft.Data.Entity.Design.Extensibility-Namespace
Weitere Ressourcen
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
.edmx File Overview