RelationshipHasRoles.GetLink(DomainRelationship, DomainRole) 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 one RelationshipHasRoles link between a given DomainRelationshipand a DomainRole.
public:
static Microsoft::VisualStudio::Modeling::DslDefinition::RelationshipHasRoles ^ GetLink(Microsoft::VisualStudio::Modeling::DslDefinition::DomainRelationship ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.RelationshipHasRoles GetLink (Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship source, Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLink : Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship * Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole -> Microsoft.VisualStudio.Modeling.DslDefinition.RelationshipHasRoles
Public Shared Function GetLink (source As DomainRelationship, target As DomainRole) As RelationshipHasRoles
Parameters
- source
- DomainRelationship
- target
- DomainRole
Returns
- Attributes