ValidationMessage Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Modeling.Validation
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | Code | Gets the code for the message. |
![]() | Column | Gets the column in a line of text where the error occurs. |
![]() | Context | Gets the context information for a validation message. |
![]() | Description | Gets the description for a validation message. |
![]() | File | Gets the name of a referenced file. |
![]() | HelpKeyword | Gets or sets the keyword to search for in the Help for Visual Studio. |
![]() | Line | Gets the line number in the file to which the error or the warning refers. |
![]() | ReferencedFiles | Gets the names of files to which the ValidationMessage refers. |
![]() | ReferencedModelElements | Gets the model elements that are referenced by this message. |
![]() | Type | Gets the type of validation message. |
Show:
