BaseShapeMapReferencesBaseShape.GetBaseShapeMaps(BaseShape) 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.
Gets a list of BaseShapeMaps.
public:
static Microsoft::VisualStudio::Modeling::ReadOnlyLinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::BaseShapeMap ^> ^ GetBaseShapeMaps(Microsoft::VisualStudio::Modeling::DslDefinition::BaseShape ^ element);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.ReadOnlyLinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap> GetBaseShapeMaps (Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape element);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetBaseShapeMaps : Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape -> Microsoft.VisualStudio.Modeling.ReadOnlyLinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap>
Public Shared Function GetBaseShapeMaps (element As BaseShape) As ReadOnlyLinkedElementCollection(Of BaseShapeMap)
Parameters
- element
- BaseShape
Returns
- Attributes