ValidationContext::GetNavigationProxyModelElements Method (ModelElement^)
Visual Studio 2015
Gets the proxy model elements when a validation error occurs in the model.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: virtual IEnumerable<ModelElement^>^ GetNavigationProxyModelElements( ModelElement^ fromElement )
Parameters
- fromElement
-
Type:
Microsoft.VisualStudio.Modeling::ModelElement^
The model element that caused a validation error in the model.
This method is used when presentation model elements are proxies to a model element that has caused a validation error in the model.
Show: