IBuildMessage.HelpKeyword Property

Definition

The MSBuild F1-help keyword for the host IDE, or null

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ HelpKeyword { System::String ^ get(); };
public string HelpKeyword { get; }
member this.HelpKeyword : string
Public ReadOnly Property HelpKeyword As String

Property Value

The MSBuild F1 Help keyword for the host IDE.

Remarks

The value of this property is the MSBuild F1 Help keyword for the host IDE, or null if no F1 Help is available.

Applies to