ClassHasElementMergeDirectives.GetLinksToElementMergeDirectives Method

Definition

Get the list of ClassHasElementMergeDirectives links to a DomainClass.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ClassHasElementMergeDirectives ^> ^ GetLinksToElementMergeDirectives(Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ classInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasElementMergeDirectives> GetLinksToElementMergeDirectives (Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass classInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToElementMergeDirectives : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasElementMergeDirectives>
Public Shared Function GetLinksToElementMergeDirectives (classInstance As DomainClass) As ReadOnlyCollection(Of ClassHasElementMergeDirectives)

Parameters

classInstance
DomainClass

Returns

Attributes

Applies to