ApplicationMgr.AddCommandLineArgumentsHelp
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
ApplicationMgr.AddCommandLineArgumentsHelp
Syntax
ApplicationMgr.AddCommandLineArgumentsHelp( usage, parameterHelp, notes)
Purpose
Use this method to document command-line arguments you define.
Remarks
The Application Manager control displays help for command-line arguments when you pass the /? switch to the application.
Parameters
usage As String
[In] The Application Manager control adds this string to the usage section in the command-line help dialog box.
parameterHelp As String
[In] Specifies a string for the Application Manager control to add to the section of the command-line help dialog box that explains parameters to command-line arguments.
notes As String
[In] Specifies a string for the Application Manager control to add to the end of the command-line help dialog box.