BaseShapeMapReferencesBaseShape.GetLinks(BaseShapeMap, BaseShape) Method

Definition

Get any BaseShapeMapReferencesBaseShape links between a given BaseShapeMap and a BaseShape.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::BaseShapeMapReferencesBaseShape ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::BaseShapeMap ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::BaseShape ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap source, Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap * Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMapReferencesBaseShape>
Public Shared Function GetLinks (source As BaseShapeMap, target As BaseShape) As ReadOnlyCollection(Of BaseShapeMapReferencesBaseShape)

Parameters

source
BaseShapeMap
target
BaseShape

Returns

Attributes

Applies to