BuildMessage.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

String

A string that represents the F1 Help keyword.

Implements

Applies to