COMError.helpFile Method
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.
Returns the name of the Help file that contains information about the error that occurred when the COM object was called.
public:
virtual System::String ^ helpFile();
public virtual string helpFile ();
abstract member helpFile : unit -> string
override this.helpFile : unit -> string
Public Overridable Function helpFile () As String
Returns
The name of the Help file.
Remarks
The Help file might be empty if the COM object does not support Help for its errors. The helpFile property is read-only.