PresentationViewsSubject.GetLinks(PresentationElement, ModelElement) Método

Definição

Obtenha quaisquer links de PresentationViewsSubject entre um Presentationelement e um ModelElement.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::Diagrams::PresentationViewsSubject ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::Diagrams::PresentationElement ^ source, Microsoft::VisualStudio::Modeling::ModelElement ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject> GetLinks (Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement source, Microsoft.VisualStudio.Modeling.ModelElement target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement * Microsoft.VisualStudio.Modeling.ModelElement -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject>
Public Shared Function GetLinks (source As PresentationElement, target As ModelElement) As ReadOnlyCollection(Of PresentationViewsSubject)

Parâmetros

target
ModelElement

Retornos

ReadOnlyCollection<PresentationViewsSubject>
Atributos

Aplica-se a