ValidationContext.CurrentViolations Property

Gets the collection of validation messages for the validation context.

Namespace:  Microsoft.VisualStudio.Modeling.Validation
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property CurrentViolations As ReadOnlyCollection(Of ValidationMessage)
public ReadOnlyCollection<ValidationMessage> CurrentViolations { get; }
public:
property ReadOnlyCollection<ValidationMessage^>^ CurrentViolations {
    ReadOnlyCollection<ValidationMessage^>^ get ();
}
member CurrentViolations : ReadOnlyCollection<ValidationMessage> with get
function get CurrentViolations () : ReadOnlyCollection<ValidationMessage>

Property Value

Type: ReadOnlyCollection<ValidationMessage>
Returns a read-only collection of LogMessage objects.

.NET Framework Security

See Also

Reference

ValidationContext Class

Microsoft.VisualStudio.Modeling.Validation Namespace