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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property bool IncludeLinkedExtensionElements {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

               

Return to top
Show: