Partilhar via


Método IVsToolbox2.GetTab (String)

 

Retorna o nome da guia selecionada.

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

Sintaxe

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

Parâmetros

  • pbstrTab
    [out, retval] Nome da guia selecionada.

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.

Implementações

IVsToolbox.GetTab(String)

Comentários

COM assinatura

De vsshell.idl:

HRESULT IVsToolbox2::GetTab(
   [out, retval]BSTR* pbstrTab
);

Consulte também

Interface IVsToolbox2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo