ValidationController::IncludeLinkedExtensionElements Property
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: property bool IncludeLinkedExtensionElements { bool get(); void set(bool value); }
For more information, see Adding Extensions to DSL Definitions.
Show: