ManagedCompiler.AddResponseFileCommands(CommandLineBuilderExtension) Método
Definição
Preenche o parâmetro commandLine especificado com as opções e outras informações que podem entrar em um arquivo de resposta.Fills the specified commandLine parameter with the switches and other information that can go into a response file.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
protected public:
override void AddResponseFileCommands(Microsoft::Build::Tasks::CommandLineBuilderExtension ^ commandLine);
protected internal override void AddResponseFileCommands (Microsoft.Build.Tasks.CommandLineBuilderExtension commandLine);
override this.AddResponseFileCommands : Microsoft.Build.Tasks.CommandLineBuilderExtension -> unit
Protected Friend Overrides Sub AddResponseFileCommands (commandLine As CommandLineBuilderExtension)
Parâmetros
- commandLine
- CommandLineBuilderExtension
O construtor da linha de comando ao qual adicionar argumentos.Command line builder to add arguments to.
Notas aos Herdeiros
Esta classe usa o atributo StrongNameIdentityPermissionAttribute e não pode ser herdada.This class uses the StrongNameIdentityPermissionAttribute attribute and cannot be inherited.