ValidationMessage::HelpKeyword Property
Visual Studio 2015
Gets or sets the keyword to search for in the Help for Visual Studio.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Property Value
Type: System::String^The keyword used to search for a Help topic for this validation message.
The value of this property is the keyword that Visual Studio uses to look up a Help topic for this validation message.
Visual Studio displays a Help topic when the user of a domain-specific language right-clicks the error in the Error List window and clicks Show Error Help.
Show: