Share via


ImageShapeHasBaseImageShape.GetLinks(ImageShape, ImageShape) Method

Definition

Get any ImageShapeHasBaseImageShape links between a given ImageShape and a ImageShape.

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

Parameters

source
ImageShape
target
ImageShape

Returns

Attributes

Applies to