Método IVsParseCommandLine.SwitchHasValue (Int32)
Publicado: abril de 2016
Testes, pelo índice, independentemente de alternar de um específico ou não tem um valor.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int SwitchHasValue(
int iIndex
)
int SwitchHasValue(
int iIndex
)
abstract SwitchHasValue :
iIndex:int -> int
Function SwitchHasValue (
iIndex As Integer
) As Integer
Parâmetros
- iIndex
[in] Número inteiro.O índice do switch para verificar.
Valor de retorno
Type: System.Int32
Retorna se o switch não tem valor, S_OK.Caso contrário, retornará E_FAIL.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsParseCommandLine::SwitchHasValue(
[in] int iIndex
);
Consulte também
Interface IVsParseCommandLine
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo