Método IVsParseCommandLine.HasSwitchValues ()
Publicado: abril de 2016
Consulta ou não há valores de opção de linha de comando.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int HasSwitchValues()
int HasSwitchValues()
abstract HasSwitchValues : unit -> int
Function HasSwitchValues As Integer
Valor de retorno
Type: System.Int32
Retorna S_OK se há valores de switch, S_FALSE contrário.
Comentários
COM assinatura
De vsshell.idl:
Consulte também
Interface IVsParseCommandLine
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo