ValidationMessageObserver Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnValidationBeginning(ValidationContext^)

Indicates that validation is about to begin.

System_CAPS_protmethodOnValidationEnded(ValidationContext^)

Indicates that validation has ended.

System_CAPS_protmethodOnValidationMessageAdded(ValidationMessage^)

Indicates that a validation message has been added.

System_CAPS_protmethodOnValidationMessageRemoved(ValidationMessage^)

Indicates that a message has been removed.

System_CAPS_protmethodOnValidationMessagesChangedSummary(ReadOnlyCollection<ValidationMessage^>^, ReadOnlyCollection<ValidationMessage^>^)

Indicates that the list of validation messages has changed.

System_CAPS_protmethodOnValidationMessagesChanging(ReadOnlyCollection<ValidationMessage^>^, ReadOnlyCollection<ValidationMessage^>^, ReadOnlyCollection<ValidationMessage^>^, ReadOnlyCollection<ValidationMessage^>^)

Indicates that a list of validation messages is changing.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: