DiagramElementMapHasDecoratorMaps.SetDiagramElementMap Method
Sets DiagramElementMap.
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 SetDiagramElementMap ( _
element As DecoratorMap, _
newDiagramElementMap As DiagramElementMap _
)
public static void SetDiagramElementMap(
DecoratorMap element,
DiagramElementMap newDiagramElementMap
)
public:
static void SetDiagramElementMap(
DecoratorMap^ element,
DiagramElementMap^ newDiagramElementMap
)
static member SetDiagramElementMap :
element:DecoratorMap *
newDiagramElementMap:DiagramElementMap -> unit
public static function SetDiagramElementMap(
element : DecoratorMap,
newDiagramElementMap : DiagramElementMap
)
Parameters
- newDiagramElementMap
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMap
.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.