DecoratorMapHasPropertyDisplayedPath.SetDecoratorMap Method
Sets DecoratorMap.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.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
- newDecoratorMap
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.