DynamicSymbolExtensions.get_IsDynamic Method

Definition

Overloads

Name Description
get_IsDynamic(Argument)

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.

get_IsDynamic(Option)

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.

get_IsDynamic(Argument)

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 bool get_IsDynamic(System::CommandLine::Argument ^ argument);
public static bool get_IsDynamic(System.CommandLine.Argument argument);
static member get_IsDynamic : System.CommandLine.Argument -> bool
Public Shared Function get_IsDynamic (argument As Argument) As Boolean

Parameters

argument
Argument

Returns

Applies to

get_IsDynamic(Option)

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 bool get_IsDynamic(System::CommandLine::Option ^ option);
public static bool get_IsDynamic(System.CommandLine.Option option);
static member get_IsDynamic : System.CommandLine.Option -> bool
Public Shared Function get_IsDynamic (option As Option) As Boolean

Parameters

option
Option

Returns

Applies to