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