Gets a list of all element links that the given element participates in.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Shared Function GetAllElementLinks ( _
rolePlayerElement As ModelElement _
) As ReadOnlyCollection(Of ElementLink)
'使用
Dim rolePlayerElement As ModelElement
Dim returnValue As ReadOnlyCollection(Of ElementLink)
returnValue = DomainRoleInfo.GetAllElementLinks(rolePlayerElement)
public static ReadOnlyCollection<ElementLink> GetAllElementLinks(
ModelElement rolePlayerElement
)
public:
static ReadOnlyCollection<ElementLink^>^ GetAllElementLinks(
ModelElement^ rolePlayerElement
)
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.
Permissions
- 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.