PresentationViewsSubject::GetLinks Method (PresentationElement^, ModelElement^)

 

Get any PresentationViewsSubject links between a given PresentationElement and a ModelElement.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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
)

There should not be more than one link of this relationship between two objects. Use GetLink instead.

Return to top
Show: