ParentShapeHasRelativeChildShapes.GetLink(ShapeElement, ShapeElement) 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 one ParentShapeHasRelativeChildShapes link between a given ShapeElementand a ShapeElement.
public:
static Microsoft::VisualStudio::Modeling::Diagrams::ParentShapeHasRelativeChildShapes ^ GetLink(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ source, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes GetLink (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement source, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLink : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes
Public Shared Function GetLink (source As ShapeElement, target As ShapeElement) As ParentShapeHasRelativeChildShapes
Parameters
- source
- ShapeElement
- target
- ShapeElement
Returns
- Attributes