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