ValidationContext::CurrentViolations Property
Visual Studio 2015
Gets the collection of validation messages for the validation context.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: property ReadOnlyCollection<ValidationMessage^>^ CurrentViolations { ReadOnlyCollection<ValidationMessage^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ValidationMessage^>^Returns a read-only collection of LogMessage objects.
Show: