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; }
public string HelpKeyword { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.HelpKeyword : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.HelpKeyword : string
Public ReadOnly Property HelpKeyword As String

Property Value

A string that represents the F1 Help keyword.

Implements

Attributes

Applies to