PresentationViewsSubject.GetLink(PresentationElement, ModelElement) Method

Definition

Get the one PresentationViewsSubject link between a given PresentationElementand a ModelElement.

public:
 static Microsoft::VisualStudio::Modeling::Diagrams::PresentationViewsSubject ^ GetLink(Microsoft::VisualStudio::Modeling::Diagrams::PresentationElement ^ source, Microsoft::VisualStudio::Modeling::ModelElement ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject GetLink (Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement source, Microsoft.VisualStudio.Modeling.ModelElement target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLink : Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement * Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject
Public Shared Function GetLink (source As PresentationElement, target As ModelElement) As PresentationViewsSubject

Parameters

target
ModelElement

Returns

Attributes

Applies to