다음을 통해 공유


PropertyPathReferencesProperty Constructor (PropertyPath, DomainProperty)

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

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

Syntax

‘선언
Public Sub New ( _
    source As PropertyPath, _
    target As DomainProperty _
)
public PropertyPathReferencesProperty(
    PropertyPath source,
    DomainProperty target
)
public:
PropertyPathReferencesProperty(
    PropertyPath^ source, 
    DomainProperty^ target
)
new : 
        source:PropertyPath * 
        target:DomainProperty -> PropertyPathReferencesProperty
public function PropertyPathReferencesProperty(
    source : PropertyPath, 
    target : DomainProperty
)

Parameters

.NET Framework Security

See Also

Reference

PropertyPathReferencesProperty Class

PropertyPathReferencesProperty Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace