ValidationMessage.UpdateReferencedModelElements Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update the referenced model elements
public:
void UpdateReferencedModelElements(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ modelElements);
public void UpdateReferencedModelElements (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.ModelElement> modelElements);
member this.UpdateReferencedModelElements : seq<Microsoft.VisualStudio.Modeling.ModelElement> -> unit
Public Sub UpdateReferencedModelElements (modelElements As IEnumerable(Of ModelElement))
Parameters
- modelElements
- IEnumerable<ModelElement>