Share via


ProvidesExtensionToDomainModelAttribute Constructor (Type)

Constructor

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Public Sub New ( _
    extendedDomainModelType As Type _
)
public ProvidesExtensionToDomainModelAttribute(
    Type extendedDomainModelType
)
public:
ProvidesExtensionToDomainModelAttribute(
    Type^ extendedDomainModelType
)
new : 
        extendedDomainModelType:Type -> ProvidesExtensionToDomainModelAttribute
public function ProvidesExtensionToDomainModelAttribute(
    extendedDomainModelType : Type
)

Parameters

  • extendedDomainModelType
    Type: System.Type
    The type of the domain model beind extended

.NET Framework Security

See Also

Reference

ProvidesExtensionToDomainModelAttribute Class

ProvidesExtensionToDomainModelAttribute Overload

Microsoft.VisualStudio.Modeling Namespace