Compartilhar via


Método IVsToolbox3.GetGeneralTabID (String)

 

Obtém a ID para a guia geral.

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

Sintaxe

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

Parâmetros

  • pbstrTabID
    [out] A identificação de localidade-constante do guia caixa de ferramentas.

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

GetGeneralTabID retorna a identificação exclusiva da Geral tab, para que pacotes podem selecionar essa guia sem precisar embutir a identificação ou tentar procurá-lo em uma tabela de recursos.

COM assinatura

De vsshell80.idl:

HRESULT GetGeneralTabID(
    [out] BSTR* pbstrTabID
);

Consulte também

Interface IVsToolbox3
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo