ValidationMessage Constructor

 

Initializes a new instance of the ValidationMessage class.

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

NameDescription
System_CAPS_protmethodValidationMessage(ValidationContext^, String^)

Initializes a new instance of the ValidationMessage class using a context and a description for the message.

System_CAPS_protmethodValidationMessage(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.

System_CAPS_protmethodValidationMessage(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.

Return to top
Show: