Partilhar via


Método IVsParseCommandLine.HasParams ()

 

Publicado: abril de 2016

Consulta ou não há parâmetros de linha de comando.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int HasParams()
int HasParams()
abstract HasParams : unit -> int
Function HasParams As Integer

Valor de retorno

Type: System.Int32

Retorna S_OK se houver parâmetros, S_FALSE contrário.

Comentários

COM assinatura

De vsshell.idl:

Consulte também

Interface IVsParseCommandLine
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo