Compartilhar via


Método IVsFontAndColorGroup.GetCount (Int32)

 

Retorna o número de categorias, representado pelo grupo.

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

Sintaxe

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

Parâmetros

  • pnCategories
    [out] Referência a um inteiro contendo a contagem de categoria.

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 IVsFontAndColorGroup::GetCount(
   [out] long *pnCategories
);

Consulte também

Interface IVsFontAndColorGroup
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo