Método IVsParseCommandLine.IsSwitchPresent (Int32)
Publicado: abril de 2016
Consulta, pelo índice, se um determinado switch estiver presente ou não.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int IsSwitchPresent(
int iSwitchIndex
)
int IsSwitchPresent(
int iSwitchIndex
)
abstract IsSwitchPresent :
iSwitchIndex:int -> int
Function IsSwitchPresent (
iSwitchIndex As Integer
) As Integer
Parâmetros
- iSwitchIndex
[in] Índice do switch para testar.
Valor de retorno
Type: System.Int32
Retorna S_OK se o switch estiver presente, S_FALSE contrário.Retorna E_INVALIDARG se o índice está fora do intervalo.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsParseCommandLine::IsSwitchPresent(
[in] int iSwitchIndex
);
Consulte também
Interface IVsParseCommandLine
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo