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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.