ShapeMapHasDecoratorMaps.GetShapeMap Method
Gets ShapeMap.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'宣言
Public Shared Function GetShapeMap ( _
element As DecoratorMap _
) As BaseShapeMap
public static BaseShapeMap GetShapeMap(
DecoratorMap element
)
public:
static BaseShapeMap^ GetShapeMap(
DecoratorMap^ element
)
static member GetShapeMap :
element:DecoratorMap -> BaseShapeMap
public static function GetShapeMap(
element : DecoratorMap
) : BaseShapeMap
Parameters
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap
.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.