ValidationMessage::ToString Method ()
Visual Studio 2015
Identifies the validation message.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
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.
Show: