IVsParseCommandLine.GetCommandTail(String) Método

Definição

Retorna a parte final da linha de comando — os caracteres restantes após as opções e os argumentos definidos.

public:
 int GetCommandTail([Runtime::InteropServices::Out] System::String ^ % pbstrCommandTail);
int GetCommandTail([Runtime::InteropServices::Out] std::wstring const & & pbstrCommandTail);
public int GetCommandTail (out string pbstrCommandTail);
abstract member GetCommandTail : string -> int
Public Function GetCommandTail (ByRef pbstrCommandTail As String) As Integer

Parâmetros

pbstrCommandTail
String

fora Ponteiro para uma cadeia de caracteres que contém a parte final da linha de comando.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De VSShell. idl:

HRESULT IVsParseCommandLine::GetCommandTail(  
   [out, retval] BSTR* pbstrCommandTail  
);  

Aplica-se a