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
- 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
ProvidesExtensionToDomainModelAttribute Class