Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a list of all element links that the given element participates in.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Shared Function GetAllElementLinks ( _
rolePlayerElement As ModelElement _
) As ReadOnlyCollection(Of ElementLink)
public static ReadOnlyCollection<ElementLink> GetAllElementLinks(
ModelElement rolePlayerElement
)
public:
static ReadOnlyCollection<ElementLink^>^ GetAllElementLinks(
ModelElement^ rolePlayerElement
)
static member GetAllElementLinks :
rolePlayerElement:ModelElement -> ReadOnlyCollection<ElementLink>
public static function GetAllElementLinks(
rolePlayerElement : ModelElement
) : ReadOnlyCollection<ElementLink>
Parameters
rolePlayerElement
Type: Microsoft.VisualStudio.Modeling.ModelElementThe element.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ElementLink>
A ReadOnlyCollection<T> of the links connected to the element.
.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.