DynamicSymbolExtensions.get_IsDynamic 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.
Overloads
| Name | Description |
|---|---|
| get_IsDynamic(Argument) |
Indicates whether this argument requires a dynamic call back into the application itself
(via the built-in |
| get_IsDynamic(Option) |
Indicates whether this option requires a dynamic call back into the application itself
(via the built-in |
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