RelationshipHasTarget.GetLinks Method
Get any RelationshipHasTarget links between a given DomainRelationship and a DomainRole.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Shared Function GetLinks ( _
source As DomainRelationship, _
target As DomainRole _
) As ReadOnlyCollection(Of RelationshipHasTarget)
public static ReadOnlyCollection<RelationshipHasTarget> GetLinks(
DomainRelationship source,
DomainRole target
)
public:
static ReadOnlyCollection<RelationshipHasTarget^>^ GetLinks(
DomainRelationship^ source,
DomainRole^ target
)
static member GetLinks :
source:DomainRelationship *
target:DomainRole -> ReadOnlyCollection<RelationshipHasTarget>
public static function GetLinks(
source : DomainRelationship,
target : DomainRole
) : ReadOnlyCollection<RelationshipHasTarget>
Parameters
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<RelationshipHasTarget>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.