Compartilhar via


Método RoleHasRolePlayer.GetLinksToRolesPlayed

Obter a lista de links de RoleHasRolePlayer para uma DomainClass.

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 GetLinksToRolesPlayed ( _
    rolePlayerInstance As DomainClass _
) As ReadOnlyCollection(Of RoleHasRolePlayer)
public static ReadOnlyCollection<RoleHasRolePlayer> GetLinksToRolesPlayed(
    DomainClass rolePlayerInstance
)

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