ValidationController::ErrorMessages Property

 

Gets a copy of all the active error and fatal messages.

Namespace:   Microsoft.VisualStudio.Modeling.Validation
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property ReadOnlyCollection<ValidationMessage^>^ ErrorMessages {
	ReadOnlyCollection<ValidationMessage^>^ get();
}
Return to top
Show: