ValidationMessage.HelpKeyword Property

Gets or sets the keyword to search for in the Help for Visual Studio.

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

Syntax

'Declaration
Public Property HelpKeyword As String
public string HelpKeyword { get; set; }
public:
property String^ HelpKeyword {
    String^ get ();
    void set (String^ value);
}
member HelpKeyword : string with get, set
function get HelpKeyword () : String 
function set HelpKeyword (value : String)

Property Value

Type: System.String
The keyword used to search for a Help topic for this validation message.

Remarks

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.

.NET Framework Security

See Also

Reference

ValidationMessage Class

Microsoft.VisualStudio.Modeling.Validation Namespace