Share via


PropertyPathHasPath Constructor (PropertyPath, DomainPath)

Constructor Creates a PropertyPathHasPath link in the same Partition as the given PropertyPath

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 PropertyPath, _
    target As DomainPath _
)
public PropertyPathHasPath(
    PropertyPath source,
    DomainPath target
)
public:
PropertyPathHasPath(
    PropertyPath^ source, 
    DomainPath^ target
)
new : 
        source:PropertyPath * 
        target:DomainPath -> PropertyPathHasPath
public function PropertyPathHasPath(
    source : PropertyPath, 
    target : DomainPath
)

Parameters

.NET Framework Security

See Also

Reference

PropertyPathHasPath Class

PropertyPathHasPath Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace