Share via


ValidationController.IncludeLinkedExtensionElements Property

Indicates whether ExtensionElements linked to the ModelElements being validated should also be validated. ExtensionElements allow a DSL definition to be extended by a third party.

Namespace:  Microsoft.VisualStudio.Modeling.Validation
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Property IncludeLinkedExtensionElements As Boolean
public bool IncludeLinkedExtensionElements { get; set; }
public:
property bool IncludeLinkedExtensionElements {
    bool get ();
    void set (bool value);
}
member IncludeLinkedExtensionElements : bool with get, set
function get IncludeLinkedExtensionElements () : boolean 
function set IncludeLinkedExtensionElements (value : boolean)

Property Value

Type: Boolean

Remarks

For more information, see Adding Extensions to DSL Definitions.

.NET Framework Security

See Also

Reference

ValidationController Class

Microsoft.VisualStudio.Modeling.Validation Namespace