DomainRoleInfo.GetAllElementLinks Method
Gets a list of all element links that the given element participates in.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
‘선언
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.ModelElement
The 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.