ClassHasElementMergeDirectives.GetLinksToElementMergeDirectives Method
Get the list of ClassHasElementMergeDirectives links to a DomainClass.
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 GetLinksToElementMergeDirectives ( _
classInstance As DomainClass _
) As ReadOnlyCollection(Of ClassHasElementMergeDirectives)
public static ReadOnlyCollection<ClassHasElementMergeDirectives> GetLinksToElementMergeDirectives(
DomainClass classInstance
)
public:
static ReadOnlyCollection<ClassHasElementMergeDirectives^>^ GetLinksToElementMergeDirectives(
DomainClass^ classInstance
)
static member GetLinksToElementMergeDirectives :
classInstance:DomainClass -> ReadOnlyCollection<ClassHasElementMergeDirectives>
public static function GetLinksToElementMergeDirectives(
classInstance : DomainClass
) : ReadOnlyCollection<ClassHasElementMergeDirectives>
Parameters
- classInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass
Return Value
Type: System.Collections.ObjectModel.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.