Share via


PresentationViewsSubject.GetLinksToPresentation Method

Get the list of PresentationViewsSubject links to a ModelElement.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Shared Function GetLinksToPresentation ( _
    subjectInstance As ModelElement _
) As ReadOnlyCollection(Of PresentationViewsSubject)
public static ReadOnlyCollection<PresentationViewsSubject> GetLinksToPresentation(
    ModelElement subjectInstance
)
public:
static ReadOnlyCollection<PresentationViewsSubject^>^ GetLinksToPresentation(
    ModelElement^ subjectInstance
)
static member GetLinksToPresentation : 
        subjectInstance:ModelElement -> ReadOnlyCollection<PresentationViewsSubject> 
public static function GetLinksToPresentation(
    subjectInstance : ModelElement
) : ReadOnlyCollection<PresentationViewsSubject>

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<PresentationViewsSubject>

.NET Framework Security

See Also

Reference

PresentationViewsSubject Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace