Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Provides file and project information to Visual Studio extensions that enable the loading and saving of custom file formats.
En las tablas siguientes se enumeran los miembros que se exponen por el tipo ModelConversionExtensionContext.
Protegido Constructores
Nombre | Descripción | |
---|---|---|
ModelConversionExtensionContext | Creates a new instance of the ModelConversionExtensionContext class. |
Superior
Público Propiedades
Nombre | Descripción | |
---|---|---|
![]() |
CurrentDocument | Returns the .edmx document after it has been converted from a custom file format. |
![]() |
EntityFrameworkVersion | The targeted version of the Entity Framework . (Se hereda de ExtensionContext) |
![]() |
Errors | A list of errors that can be shown in the Visual Studio Error List when loading a custom file format and converting it to a custom file format. |
![]() |
FileInfo | Returns information about the custom file being processed by the Entity Data Model Designer. |
![]() |
OriginalDocument | Returns the original document as opened or saved by the Entity Designer. |
![]() |
Project | The current Visual Studio project. (Se hereda de ExtensionContext) |
![]() |
ProjectItem | The current Visual Studio project item. |
Superior
Público Métodos
(vea también Protegido Métodos)
Nombre | Descripción | |
---|---|---|
![]() |
Equals | Sobrecargado. (Se hereda de Object) |
![]() |
GetHashCode | (Se hereda de Object) |
![]() |
GetType | (Se hereda de Object) |
![]() ![]() |
ReferenceEquals | (Se hereda de Object) |
![]() |
ToString | (Se hereda de Object) |
Superior
Protegido Métodos
Nombre | Descripción | |
---|---|---|
![]() |
Finalize | (Se hereda de Object) |
![]() |
MemberwiseClone | (Se hereda de Object) |
Superior
Vea también
Referencia
Clase ModelConversionExtensionContext
Espacio de nombres Microsoft.Data.Entity.Design.Extensibility
Otros recursos
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
.edmx File Overview