ValidationController::InformationalMessages Property

 

gets a copy of all the active informational 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^>^ InformationalMessages {
	ReadOnlyCollection<ValidationMessage^>^ get();
}
Return to top
Show: