PresentationViewsSubject.GetLink(PresentationElement, ModelElement) 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 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
- source
- PresentationElement
- target
- ModelElement
Returns
- Attributes