DomainClass.ElementMergeDirectives Property

Gets a list of ElementMergeDirectives.

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 ReadOnly Property ElementMergeDirectives As LinkedElementCollection(Of ElementMergeDirective)
public LinkedElementCollection<ElementMergeDirective> ElementMergeDirectives { get; }
public:
property LinkedElementCollection<ElementMergeDirective^>^ ElementMergeDirectives {
    LinkedElementCollection<ElementMergeDirective^>^ get ();
}
member ElementMergeDirectives : LinkedElementCollection<ElementMergeDirective> with get
function get ElementMergeDirectives () : LinkedElementCollection<ElementMergeDirective>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<ElementMergeDirective>

.NET Framework Security

See Also

Reference

DomainClass Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace