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
'Dichiarazione
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
- subjectInstance
Type: Microsoft.VisualStudio.Modeling.ModelElement
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<PresentationViewsSubject>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.