ValidationContext::CurrentViolations Property

 

Gets the collection of validation messages for the validation context.

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

Return to top
Show: