PropertyExtensionContext Constructor
Creates a new instance of the PropertyExtensionContext() class.
Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
Syntax
'Declaration
Protected Sub New
'Usage
Dim instance As New PropertyExtensionContext()
protected PropertyExtensionContext()
protected:
PropertyExtensionContext()
protected function PropertyExtensionContext()
Remarks
This constructor is inherited from the ExtensionContext class.
For 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.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PropertyExtensionContext Class
PropertyExtensionContext Members
Microsoft.Data.Entity.Design.Extensibility Namespace