Compartilhar via


Método IVsToolbox3.GetIDOfTab (String, String)

 

Recupera a identificação canônica para um determinado nome localizado da guia caixa de ferramentas.

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

Sintaxe

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

Parâmetros

  • lpszTabName
    [in] O nome localizado da caixa de ferramentas guia.
  • 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

COM assinatura

De vsshell80.idl:

HRESULT IVsToolbox3::GetIDOfTab(
   [in] LPCOLESTR lpszTabName,
   [out] BSTR *pbstrTabID
);

Consulte também

Interface IVsToolbox3
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo