LinkConnectDirectiveReferencesDomainRelationship.GetLinks Method
Get any LinkConnectDirectiveReferencesDomainRelationship links between a given LinkConnectDirective and a DomainRelationship.
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 LinkConnectDirective, _
target As DomainRelationship _
) As ReadOnlyCollection(Of LinkConnectDirectiveReferencesDomainRelationship)
public static ReadOnlyCollection<LinkConnectDirectiveReferencesDomainRelationship> GetLinks(
LinkConnectDirective source,
DomainRelationship target
)
public:
static ReadOnlyCollection<LinkConnectDirectiveReferencesDomainRelationship^>^ GetLinks(
LinkConnectDirective^ source,
DomainRelationship^ target
)
static member GetLinks :
source:LinkConnectDirective *
target:DomainRelationship -> ReadOnlyCollection<LinkConnectDirectiveReferencesDomainRelationship>
public static function GetLinks(
source : LinkConnectDirective,
target : DomainRelationship
) : ReadOnlyCollection<LinkConnectDirectiveReferencesDomainRelationship>
Parameters
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<LinkConnectDirectiveReferencesDomainRelationship>
.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.