Bagikan melalui


DecoratorMapHasPropertyDisplayedPath Constructor (DecoratorMap, PropertyPath)

Constructor Creates a DecoratorMapHasPropertyDisplayedPath link in the same Partition as the given DecoratorMap

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DecoratorMapHasPropertyDisplayedPath Class

DecoratorMapHasPropertyDisplayedPath Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace