Freigeben über


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
public property EntityFrameworkVersion  The targeted version of the Entity Framework . (Geerbt von ExtensionContext)
public property Project  The current Visual Studio project. (Geerbt von ExtensionContext)
public property ProjectItem The current Visual Studio project item.

Oben

Öffentlich Methoden

(siehe auch Geschützt Methoden)

  Name Beschreibung
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  Überladen. (Geerbt von Object)
public method GetHashCode  (Geerbt von Object)
public method GetType  (Geerbt von Object)
public methodstatic ReferenceEquals  (Geerbt von Object)
public method ToString  (Geerbt von Object)

Oben

Geschützt Methoden

  Name Beschreibung
protected method Finalize  (Geerbt von Object)
protected method 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