DTE2.CommandLineArguments Propriedade

Definição

Obtém uma cadeia de caracteres que representa os argumentos de linha de comando.

public:
 property System::String ^ CommandLineArguments { System::String ^ get(); };
public:
 property Platform::String ^ CommandLineArguments { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(214)]
public string CommandLineArguments { [System.Runtime.InteropServices.DispId(214)] get; }
[<System.Runtime.InteropServices.DispId(214)>]
[<get: System.Runtime.InteropServices.DispId(214)>]
member this.CommandLineArguments : string
Public ReadOnly Property CommandLineArguments As String

Valor da propriedade

String

Os argumentos da linha de comando.

Implementações

Atributos

Exemplos

Sub CommandLineArgumentsExample()  
  MsgBox(DTE2.CommandLineArguments)  
End Sub  

Comentários

A cadeia de caracteres retorna tudo listado após o nome do programa na linha de comando.

Aplica-se a