Método IVsFontAndColorDefaults.GetCategoryName (String)

 

Retorna o nome de exibição de um Exibir itens categoria.

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

Sintaxe

int GetCategoryName(
    out string pbstrName
)
int GetCategoryName(
    [OutAttribute] String^% pbstrName
)
abstract GetCategoryName : 
        pbstrName:string byref -> int
Function GetCategoryName (
    <OutAttribute> ByRef pbstrName As String
) As Integer

Parâmetros

  • pbstrName
    [out] Ponteiro para uma seqüência de caracteres que contém o nome da categoria Display Items.

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 IVsFontAndColorDefaults::GetCategoryName(
   [out] BSTR *pbstrName
);

O nome fornecido na pbstrName é exibido na fontes e cores página.Como esse nome é exibido para o usuário, ele deve ser traduzido.

Consulte também

Interface IVsFontAndColorDefaults
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo