CommandLineConfiguration.EnableTokenReplacement Property
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.
Gets a value indicating whether token replacement is enabled.
public:
property bool EnableTokenReplacement { bool get(); };
public bool EnableTokenReplacement { get; }
member this.EnableTokenReplacement : bool
Public ReadOnly Property EnableTokenReplacement As Boolean
Property Value
Remarks
When enabled, any token prefixed with @
can be replaced with zero or more other tokens. This is mostly commonly used to expand tokens from response files and interpolate them into a command line prior to parsing.