Método IVsParseCommandLine.GetCommandTail (String)
Publicado: abril de 2016
Retorna a parte final da linha de comando — caracteres restantes após os argumentos e opções definidas.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int GetCommandTail(
out string pbstrCommandTail
)
int GetCommandTail(
[OutAttribute] String^% pbstrCommandTail
)
abstract GetCommandTail :
pbstrCommandTail:string byref -> int
Function GetCommandTail (
<OutAttribute> ByRef pbstrCommandTail As String
) As Integer
Parâmetros
- pbstrCommandTail
[out] Ponteiro para uma seqüência de caracteres que contém a parte final da linha de comando.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsParseCommandLine::GetCommandTail(
[out, retval] BSTR* pbstrCommandTail
);
Consulte também
Interface IVsParseCommandLine
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo