IShellProvider.GenerateCompletions(Command) 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.
Generates a shell-specific completions script for the given command tree.
public:
System::String ^ GenerateCompletions(System::CommandLine::Command ^ command);
public string GenerateCompletions(System.CommandLine.Command command);
abstract member GenerateCompletions : System.CommandLine.Command -> string
Public Function GenerateCompletions (command As Command) As String
Parameters
- command
- Command