Share via


CustomPropertyDescriptor Constructor (DomainTypeDescriptor, PropertyPath)

Constructor Creates a CustomPropertyDescriptor link in the same Partition as the given DomainTypeDescriptor

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

CustomPropertyDescriptor Class

CustomPropertyDescriptor Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace