Share via


RelationshipHasRoles.GetLinkToRelationship(DomainRole) Method

Definition

Get the RelationshipHasRoles link to a DomainRole.

public:
 static Microsoft::VisualStudio::Modeling::DslDefinition::RelationshipHasRoles ^ GetLinkToRelationship(Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^ roleInstance);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.RelationshipHasRoles GetLinkToRelationship (Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole roleInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinkToRelationship : Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole -> Microsoft.VisualStudio.Modeling.DslDefinition.RelationshipHasRoles
Public Shared Function GetLinkToRelationship (roleInstance As DomainRole) As RelationshipHasRoles

Parameters

roleInstance
DomainRole

Returns

Attributes

Applies to