DynamicSymbolExtensions Class

Definition

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 [suggest] directive) to compute completions at completion time.

IsDynamic

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.

Methods

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.

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.

Applies to