ExtensionContext.Project-Eigenschaft
The current Visual Studio project.
Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design.Extensibility (in microsoft.data.entity.design.extensibility.dll)
Verwendung
Syntax
'Declaration
Public MustOverride ReadOnly Property Project As Project
public abstract Project Project { get; }
public:
virtual property Project^ Project {
Project^ get () abstract;
}
/** @property */
public abstract Project get_Project ()
public abstract function get Project () : Project
Eigenschaftswert
The current Visual Studio project.
Hinweise
The Project property provides Visual Studio Project information to Visual Studio extensions that customize the functionality of the ADO.NET Entity Data Model Tools.
For more information, see Extending the Entity Data Model Tools and EnvDTE.
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
ExtensionContext-Klasse
ExtensionContext-Member
Microsoft.Data.Entity.Design.Extensibility-Namespace
Weitere Ressourcen
Extending the Entity Data Model Tools
Visual Studio Extensibility Developer Center