PresentationViewsSubject::GetLinks Method (PresentationElement^, ModelElement^)
Visual Studio 2015
Get any PresentationViewsSubject links between a given PresentationElement and a ModelElement.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: static ReadOnlyCollection<PresentationViewsSubject^>^ GetLinks( PresentationElement^ source, ModelElement^ target )
Parameters
- target
- Type: Microsoft.VisualStudio.Modeling::ModelElement^
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<PresentationViewsSubject^>^There should not be more than one link of this relationship between two objects. Use GetLink instead.
Show: