Partilhar via


Método RoleHasRolePlayer.GetLinks

Obtenha todos os links entre um determinado DomainRole e uma DomainClass RoleHasRolePlayer.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxe

'Declaração
Public Shared Function GetLinks ( _
    source As DomainRole, _
    target As DomainClass _
) As ReadOnlyCollection(Of RoleHasRolePlayer)
public static ReadOnlyCollection<RoleHasRolePlayer> GetLinks(
    DomainRole source,
    DomainClass target
)

Parâmetros

Valor de retorno

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<RoleHasRolePlayer>

Segurança do .NET Framework

Consulte também

Referência

RoleHasRolePlayer Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition