ValidationMessage.UpdateReferencedModelElements Method

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)

Syntax

'Declaration
Public Sub UpdateReferencedModelElements ( _
    modelElements As IEnumerable(Of ModelElement) _
)
public void UpdateReferencedModelElements(
    IEnumerable<ModelElement> modelElements
)
public:
void UpdateReferencedModelElements(
    IEnumerable<ModelElement^>^ modelElements
)
member UpdateReferencedModelElements : 
        modelElements:IEnumerable<ModelElement> -> unit
public function UpdateReferencedModelElements(
    modelElements : IEnumerable<ModelElement>
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

ValidationMessage Class

Microsoft.VisualStudio.Modeling.Validation Namespace