ValidationController::ErrorMessages Property
Visual Studio 2015
Gets a copy of all the active error and fatal messages.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: property ReadOnlyCollection<ValidationMessage^>^ ErrorMessages { ReadOnlyCollection<ValidationMessage^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ValidationMessage^>^
Show: