Freigeben über


DomainClassHasCustomTypeDescriptor Constructor (DomainClass, DomainTypeDescriptor)

Constructor Creates a DomainClassHasCustomTypeDescriptor link in the same Partition as the given DomainClass

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

Syntax

'Declaration
Public Sub New ( _
    source As DomainClass, _
    target As DomainTypeDescriptor _
)
public DomainClassHasCustomTypeDescriptor(
    DomainClass source,
    DomainTypeDescriptor target
)
public:
DomainClassHasCustomTypeDescriptor(
    DomainClass^ source, 
    DomainTypeDescriptor^ target
)
new : 
        source:DomainClass * 
        target:DomainTypeDescriptor -> DomainClassHasCustomTypeDescriptor
public function DomainClassHasCustomTypeDescriptor(
    source : DomainClass, 
    target : DomainTypeDescriptor
)

Parameters

.NET Framework Security

See Also

Reference

DomainClassHasCustomTypeDescriptor Class

DomainClassHasCustomTypeDescriptor Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace