Поделиться через


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.

Пространство имен: Microsoft.Data.Entity.Design.Extensibility
Сборка: Microsoft.Data.Entity.Design.Extensibility (в microsoft.data.entity.design.extensibility.dll)

Использование

Синтаксис

'Декларация
Public MustInherit Class PropertyExtensionContext
    Inherits ExtensionContext
public abstract class PropertyExtensionContext : ExtensionContext
public ref class PropertyExtensionContext abstract : public ExtensionContext
public abstract class PropertyExtensionContext extends ExtensionContext
public abstract class PropertyExtensionContext extends ExtensionContext

Замечания

In a Visual Studio extension, the PropertyExtensionContext class is used when you want to add custom properties to objects that are visible in the Entity Data Model Designer or the Model Browser (such as entity types or associations). An instance of PropertyExtensionContext is passed to the CreateProperty method, which adds custom properties to selected objects and makes the properties visible in the Visual Studio Properties window.

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.

Иерархия наследования

System.Object
   Microsoft.Data.Entity.Design.Extensibility.ExtensionContext
    Microsoft.Data.Entity.Design.Extensibility.PropertyExtensionContext

Многопоточное использование

Все общие статические члены (Shared в Visual Basic) можно использовать в потокобезопасных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Платформы

Платформы разработки

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 и Windows 2000

Целевые платформы

См. также

Справочник

Члены PropertyExtensionContext
Microsoft.Data.Entity.Design.Extensibility - пространство имен

Другие ресурсы

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