ValidationMessage::ToString Method ()

 

Identifies the validation message.

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

public:
virtual String^ ToString() override

Return Value

Type: System::String^

Returns a string that identifies the ValidationMessage.

The string returned is the value of the Code property (if the ValidationMessage is an error or a warning), followed by a colon (:), followed by the value of the Description property.

Return to top
Show: