Share via


ModelTransformExtensionContext Constructor

Instantiates a new instance of ModelTransformExtensionContext.

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 ModelTransformExtensionContext()
protected ModelTransformExtensionContext()
protected:
ModelTransformExtensionContext()
protected function ModelTransformExtensionContext()

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

See Also

Reference

ModelTransformExtensionContext Class

ModelTransformExtensionContext Members

Microsoft.Data.Entity.Design.Extensibility Namespace

Other Resources

Visual Studio Extensibility Developer Center

Developing Visual Studio Extensions