Gets the URL for the Help file specified in the HelpAttribute.
[Visual Basic] Overridable Public Function GetHelpURL() As String [C#] public virtual string GetHelpURL(); [C++] public: virtual String* GetHelpURL(); [JScript] public function GetHelpURL() : String;
The URL of the Help file that provides information for the member. If there is no HelpAttribute, the return value is set to the empty string ("").
A visual designer can use this information to provide help for the member.
MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | GetHelpTopic