IBuildMessage.HelpKeyword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.