Bagikan melalui


DecoratorMapHasPropertyDisplayedPath.SetDecoratorMap Method

Sets 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 Shared Sub SetDecoratorMap ( _
    element As PropertyPath, _
    newDecoratorMap As DecoratorMap _
)
public static void SetDecoratorMap(
    PropertyPath element,
    DecoratorMap newDecoratorMap
)
public:
static void SetDecoratorMap(
    PropertyPath^ element, 
    DecoratorMap^ newDecoratorMap
)
static member SetDecoratorMap : 
        element:PropertyPath * 
        newDecoratorMap:DecoratorMap -> unit
public static function SetDecoratorMap(
    element : PropertyPath, 
    newDecoratorMap : DecoratorMap
)

Parameters

.NET Framework Security

See Also

Reference

DecoratorMapHasPropertyDisplayedPath Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace