ValidationMessage::UpdateReferencedModelElements Method (IEnumerable<ModelElement^>^)

 

Updates the referenced model elements.

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

public:
void UpdateReferencedModelElements(
	IEnumerable<ModelElement^>^ modelElements
)

Parameters

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

The list of model elements to update.

Zero or more referenced model elements can be involved with this error or warning.

Return to top
Show: