Partilhar via


Método IVsParseCommandLine.GetSwitchValueCount (Int32)

 

Publicado: abril de 2016

Obtém o número de valores de opção na linha de comando.

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

Sintaxe

int GetSwitchValueCount(
    out int piSwitchValueCount
)
int GetSwitchValueCount(
    [OutAttribute] int% piSwitchValueCount
)
abstract GetSwitchValueCount : 
        piSwitchValueCount:int byref -> int
Function GetSwitchValueCount (
    <OutAttribute> ByRef piSwitchValueCount As Integer
) As Integer

Parâmetros

  • piSwitchValueCount
    [out] Ponteiro para um inteiro contendo o número de valores de switch.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De vsshell.idl:

HRESULT IVsParseCommandLine::GetSwitchValueCount(
   [out, retval] int* piSwitchValueCount
);

Consulte também

Interface IVsParseCommandLine
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo