Share via


RoleHasRolePlayer.GetLinksToRolesPlayed(DomainClass) Method

Definition

Get the list of RoleHasRolePlayer links to a DomainClass.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::RoleHasRolePlayer ^> ^ GetLinksToRolesPlayed(Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ rolePlayerInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.RoleHasRolePlayer> GetLinksToRolesPlayed (Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass rolePlayerInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToRolesPlayed : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.RoleHasRolePlayer>
Public Shared Function GetLinksToRolesPlayed (rolePlayerInstance As DomainClass) As ReadOnlyCollection(Of RoleHasRolePlayer)

Parameters

rolePlayerInstance
DomainClass

Returns

Attributes

Applies to