ValidationController::ValidationMessages Property

 

Gets the validation messages for the controller.

Namespace:   Microsoft.VisualStudio.Modeling.Validation
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.

Return to top
Show: