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
- 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.