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