ValidationController::GetExtensionElements Method (IEnumerable<ModelElement^>^)

 

Calculates and returns a list of extension elements that should be included in the list of elements being validated

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

protected:
virtual IEnumerable<ExtensionElement^>^ GetExtensionElements(
	IEnumerable<ModelElement^>^ elementsToValidate
)

Parameters

elementsToValidate
Type: System.Collections.Generic::IEnumerable<ModelElement^>^

The list of the elements to be validated passed in to the Validate(...)/ValidateCustom(...) method

Return Value

Type: System.Collections.Generic::IEnumerable<ExtensionElement^>^

A list of ExtensionElements that should also be validated

Return to top
Show: