Compartir a través de


Miembros PropertyExtensionContext

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.

En las tablas siguientes se enumeran los miembros que se exponen por el tipo PropertyExtensionContext.

Protegido Constructores

  Nombre Descripción
PropertyExtensionContext Creates a new instance of the PropertyExtensionContext class.

Superior

Público Propiedades

  Nombre Descripción
public property EntityFrameworkVersion  The targeted version of the Entity Framework . (Se hereda de ExtensionContext)
public property Project  The current Visual Studio project. (Se hereda de ExtensionContext)
public property ProjectItem The current Visual Studio project item.

Superior

Público Métodos

(vea también Protegido Métodos)

  Nombre Descripción
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  Sobrecargado. (Se hereda de Object)
public method GetHashCode  (Se hereda de Object)
public method GetType  (Se hereda de Object)
public methodstatic ReferenceEquals  (Se hereda de Object)
public method ToString  (Se hereda de Object)

Superior

Protegido Métodos

  Nombre Descripción
protected method Finalize  (Se hereda de Object)
protected method MemberwiseClone  (Se hereda de Object)

Superior

Vea también

Referencia

Clase PropertyExtensionContext
Espacio de nombres Microsoft.Data.Entity.Design.Extensibility

Otros recursos

Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
.edmx File Overview