DynamicSymbolExtensions Class
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.
Extensions for marking options or arguments require dynamic completions. Such symbols get special handling in the static completion generation logic.
public ref class DynamicSymbolExtensions abstract sealed
public static class DynamicSymbolExtensions
type DynamicSymbolExtensions = class
Public Class DynamicSymbolExtensions
- Inheritance
-
DynamicSymbolExtensions
Properties
| Name | Description |
|---|---|
| IsDynamic |
Indicates whether this argument requires a dynamic call back into the application itself
(via the built-in |
| IsDynamic |
Indicates whether this option requires a dynamic call back into the application itself
(via the built-in |
Methods
| 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 |
| set_IsDynamic(Argument, Boolean) |
Indicates whether this argument requires a dynamic call back into the application itself
(via the built-in |
| set_IsDynamic(Option, Boolean) |
Indicates whether this option requires a dynamic call back into the application itself
(via the built-in |