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