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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Property HelpKeyword As String
'Usage
Dim instance As ValidationMessage
Dim value As String
value = instance.HelpKeyword
instance.HelpKeyword = value
public string HelpKeyword { get; set; }
public:
property String^ HelpKeyword {
String^ get ();
void set (String^ value);
}
public function get HelpKeyword () : String
public 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
- 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.