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)

public:
property String^ HelpKeyword {
	String^ get();
	void set(String^ value);
}

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.

Return to top
Show: