StandardTableKeyNames.HelpKeyword Field

Definition

Help keyword of the help associated with this table entry. Expected data type is string. VS will, first, try to display help using the keyword. If that fails, it will try to open the link specified in StandardTableKeyNames.HelpLink.

public: System::String ^ HelpKeyword;
std::wstring HelpKeyword;
public const string HelpKeyword;
val mutable HelpKeyword : string
Public Const HelpKeyword As String 

Field Value

Remarks

Expected data type is String.

VS will, first, try to display help using the keyword. If that fails, it will try to open the link specified in HelpLink.

Applies to