Método IVsParseCommandLine.EvaluateSwitches (String)
Publicado: abril de 2016
Avalia as opções de linha de comando com base nas definições de switch.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int EvaluateSwitches(
string szSwitchDefs
)
int EvaluateSwitches(
String^ szSwitchDefs
)
abstract EvaluateSwitches :
szSwitchDefs:string -> int
Function EvaluateSwitches (
szSwitchDefs As String
) As Integer
Parâmetros
- szSwitchDefs
[in] A seqüência de caracteres que contém as definições de switch.
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
Use GetSwitchValue e relacionados a métodos para recuperar valores de opções específicas.
COM assinatura
De vsshell.idl:
HRESULT IVsParseCommandLine::EvaluateSwitches(
[in, ref] LPCOLESTR szSwitchDefs
);
Consulte também
Interface IVsParseCommandLine
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo