Método IVsParseCommandLine.ParseCommandTail (String, Int32)
Publicado: abril de 2016
Analisa a cauda da linha de comando.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int ParseCommandTail(
string szCommandTail,
int iMaxParams
)
int ParseCommandTail(
String^ szCommandTail,
int iMaxParams
)
abstract ParseCommandTail :
szCommandTail:string *
iMaxParams:int -> int
Function ParseCommandTail (
szCommandTail As String,
iMaxParams As Integer
) As Integer
Parâmetros
- szCommandTail
[in] A seqüência de caracteres que contém a linha de comando.
- iMaxParams
[in] Inteiro — o número máximo de parâmetros.
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::ParseCommandTail(
[in, ref] LPCOLESTR szCommandTail,
[in] int iMaxParams
);
Consulte também
Interface IVsParseCommandLine
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo