ValidationMessage Constructor
Visual Studio 2015
Initializes a new instance of the ValidationMessage class.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | ValidationMessage(ValidationContext^, String^) | Initializes a new instance of the ValidationMessage class using a context and a description for the message. |
![]() | ValidationMessage(ValidationContext^, String^, Int32, Int32) | Initializes a new instance of the ValidationMessage class using a context, a description, a line number, and a column number for the message. |
![]() | ValidationMessage(ValidationContext^, String^, String^, ViolationType) | Initializes a new instance of the ValidationMessage class using a context, a description, a code, and a violation type for the message. |
Show:
