Partilhar via


Método IVsToolbox.GetTab (String)

 

Publicado: agosto de 2016

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
    Type: System.String

    [out, retval] Nome da guia selecionada.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retornará S_OK. Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De vsshell.idl:

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

Consulte também

Interface IVsToolbox
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo