ElementMergeDirectiveHasLinkCreationPaths.GetLinks Method
Get any ElementMergeDirectiveHasLinkCreationPaths links between a given ElementMergeDirective and a DomainPath.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Shared Function GetLinks ( _
source As ElementMergeDirective, _
target As DomainPath _
) As ReadOnlyCollection(Of ElementMergeDirectiveHasLinkCreationPaths)
public static ReadOnlyCollection<ElementMergeDirectiveHasLinkCreationPaths> GetLinks(
ElementMergeDirective source,
DomainPath target
)
public:
static ReadOnlyCollection<ElementMergeDirectiveHasLinkCreationPaths^>^ GetLinks(
ElementMergeDirective^ source,
DomainPath^ target
)
static member GetLinks :
source:ElementMergeDirective *
target:DomainPath -> ReadOnlyCollection<ElementMergeDirectiveHasLinkCreationPaths>
public static function GetLinks(
source : ElementMergeDirective,
target : DomainPath
) : ReadOnlyCollection<ElementMergeDirectiveHasLinkCreationPaths>
Parameters
Return Value
Type: ReadOnlyCollection<ElementMergeDirectiveHasLinkCreationPaths>
.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.