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