BuildMessage.HelpId 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 help id for the host IDE
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property int HelpId { int get(); };
public int HelpId { get; }
public int HelpId { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.HelpId : int
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.HelpId : int
Public ReadOnly Property HelpId As Integer
Property Value
An integer value that represents the Help ID.
Implements
- Attributes