ValidationMessage Constructor (ValidationContext^, String^)
Visual Studio 2015
Initializes a new instance of the ValidationMessage class using a context and a description for the message.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Parameters
- context
-
Type:
Microsoft.VisualStudio.Modeling.Validation::ValidationContext^
The validation context for the ValidationMessage.
- description
-
Type:
System::String^
A description of the problem. This text will appear in the Visual Studio Output window.
Show: