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