ModelConversionExtensionContext.OriginalDocument-Eigenschaft
Returns the original document as opened or saved by the Entity Designer.
Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design.Extensibility (in microsoft.data.entity.design.extensibility.dll)
Verwendung
Syntax
'Declaration
Public MustOverride Property OriginalDocument As String
public abstract string OriginalDocument { get; set; }
public:
virtual property String^ OriginalDocument {
String^ get () abstract;
void set (String^ value) abstract;
}
/** @property */
public abstract String get_OriginalDocument ()
/** @property */
public abstract void set_OriginalDocument (String value)
public abstract function get OriginalDocument () : String
public abstract function set OriginalDocument (value : String)
Eigenschaftswert
The original document as opened or saved by the Entity Designer.
Hinweise
In a Visual Studio extension that enables the Entity Data Model Designer (Entity Designer) to load and save custom file formats, the OriginalDocument property represents the original document before it is converted to an .edmx format or the file after it has been converted from an .edmx format to a custom format.
For more information about extending the functionality of the ADO.NET Entity Data Model Tools, see Extending the Entity Data Model Tools and ADO.NET Entity Data Model Designer Extension Starter Kit.
Threadsicherheit
Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.
Plattformen
Entwicklungsplattformen
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000
Zielplattformen
Siehe auch
Verweis
ModelConversionExtensionContext-Klasse
ModelConversionExtensionContext-Member
Microsoft.Data.Entity.Design.Extensibility-Namespace
Weitere Ressourcen
Visual Studio Extensibility Developer Center
.edmx File Overview
Developing Visual Studio Extensions