Método IVsToolbox2.SelectTab (String)
Programaticamente, seleciona o referenciado caixa de ferramentas guia.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int SelectTab(
string lpszTab
)
int SelectTab(
String^ lpszTab
)
abstract SelectTab :
lpszTab:string -> int
Function SelectTab (
lpszTab As String
) As Integer
Parâmetros
- lpszTab
[in] Guia da caixa de ferramentas para selecionar.
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
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsToolbox2::SelectTab(
[in]LPCOLESTR lpszTab
);
Consulte também
Interface IVsToolbox2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo