RoleHasRolePlayer.GetLinksToRolesPlayed(DomainClass) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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