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