ValidationMessage::GetHashCode Method ()

 

Gets an identifier for a ValidationMessage.

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

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32

A numeric hash code for the ValidationMessage.

The value returned uses the hash code for the text of the Description property.

Return to top
Show: