DecoratorMapHasPropertyDisplayedPath.SetDecoratorMap Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets DecoratorMap.
public:
static void SetDecoratorMap(Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::DecoratorMap ^ newDecoratorMap);
[System.Diagnostics.DebuggerStepThrough]
public static void SetDecoratorMap (Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath element, Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap newDecoratorMap);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetDecoratorMap : Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath * Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap -> unit
Public Shared Sub SetDecoratorMap (element As PropertyPath, newDecoratorMap As DecoratorMap)
Parameters
- element
- PropertyPath
- newDecoratorMap
- DecoratorMap
- Attributes