DynamicSymbolExtensions.set_IsDynamic Method

Definition

Overloads

Name Description
set_IsDynamic(Argument, Boolean)

Indicates whether this argument requires a dynamic call back into the application itself (via the built-in [suggest] directive) to compute completions at completion time.

set_IsDynamic(Option, Boolean)

Indicates whether this option requires a dynamic call back into the application itself (via the built-in [suggest] directive) to compute completions at completion time.

set_IsDynamic(Argument, Boolean)

Source:
DynamicSymbolExtensions.cs

Indicates whether this argument requires a dynamic call back into the application itself (via the built-in [suggest] directive) to compute completions at completion time.

public:
 static void set_IsDynamic(System::CommandLine::Argument ^ argument, bool value);
public static void set_IsDynamic(System.CommandLine.Argument argument, bool value);
static member set_IsDynamic : System.CommandLine.Argument * bool -> unit
Public Shared Sub set_IsDynamic (argument As Argument, value As Boolean)

Parameters

argument
Argument
value
Boolean

Applies to

set_IsDynamic(Option, Boolean)

Source:
DynamicSymbolExtensions.cs

Indicates whether this option requires a dynamic call back into the application itself (via the built-in [suggest] directive) to compute completions at completion time.

public:
 static void set_IsDynamic(System::CommandLine::Option ^ option, bool value);
public static void set_IsDynamic(System.CommandLine.Option option, bool value);
static member set_IsDynamic : System.CommandLine.Option * bool -> unit
Public Shared Sub set_IsDynamic (option As Option, value As Boolean)

Parameters

option
Option
value
Boolean

Applies to