Método IVsParseCommandLine.RejectAllSwitches ()
Publicado: abril de 2016
Testa se há ou não eram todos os switches.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int RejectAllSwitches()
int RejectAllSwitches()
abstract RejectAllSwitches : unit -> int
Function RejectAllSwitches As Integer
Valor de retorno
Type: System.Int32
Se não houver nenhum switch, retorna S_OK.Caso contrário, retornará E_FAIL.
Comentários
COM assinatura
De vsshell.idl:
Consulte também
Interface IVsParseCommandLine
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo