ShapeMapHasParentElementPath.SetShapeMap(DomainPath, BaseShapeMap) 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 ShapeMap.
public:
static void SetShapeMap(Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::BaseShapeMap ^ newShapeMap);
[System.Diagnostics.DebuggerStepThrough]
public static void SetShapeMap (Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath element, Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap newShapeMap);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetShapeMap : Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath * Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap -> unit
Public Shared Sub SetShapeMap (element As DomainPath, newShapeMap As BaseShapeMap)
Parameters
- element
- DomainPath
- newShapeMap
- BaseShapeMap
- Attributes