BaseProperty.HelpFile Property

Definition

The help file to use when the user hits F1. Must specify HelpContext along with this.

public:
 property System::String ^ HelpFile { System::String ^ get(); void set(System::String ^ value); };
public string HelpFile { get; set; }
public string HelpFile { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.HelpFile : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.HelpFile : string with get, set
Public Property HelpFile As String

Property Value

The Help file to use when the user presses F1.

Attributes

Remarks

This property goes along with HelpContext. . This form of specifying the help page for a property takes lower precedence than both F1Keyword and HelpUrl. This field is optional and is culture insensitive.

Applies to