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)
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: System.Boolean
Remarks
For more information, see Adding Extensions to DSL Definitions.
.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.