ValidationController::ValidationMessages Property
Visual Studio 2015
Gets the validation messages for the controller.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: property ReadOnlyCollection<ValidationMessage^>^ ValidationMessages { ReadOnlyCollection<ValidationMessage^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ValidationMessage^>^A read-only collection of ValidationMessage objects for the controller.
Each message represents an error, a warning, or a message.
Show: