BaseShapeMapReferencesBaseShape.GetLinksToBaseShapeMaps(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.
Get the list of BaseShapeMapReferencesBaseShape links to a BaseShape.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::BaseShapeMapReferencesBaseShape ^> ^ GetLinksToBaseShapeMaps(Microsoft::VisualStudio::Modeling::DslDefinition::BaseShape ^ baseShapeInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape> GetLinksToBaseShapeMaps (Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape baseShapeInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToBaseShapeMaps : Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape>
Public Shared Function GetLinksToBaseShapeMaps (baseShapeInstance As BaseShape) As ReadOnlyCollection(Of BaseShapeMapReferencesBaseShape)
Parameters
- baseShapeInstance
- BaseShape
Returns
- Attributes