Partilhar via


Método IVsParseCommandLine.GetParamCount (Int32)

 

Publicado: abril de 2016

Obtém o número de parâmetros de linha de comando.

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

Sintaxe

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

Parâmetros

  • piParamCount
    [out] Ponteiro para um inteiro contendo a contagem de parâmetros.

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::GetParamCount(
   [out, retval] int* piParamCount
);

Consulte também

Interface IVsParseCommandLine
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo