Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Publicado: abril de 2016
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (em Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Sintaxe
int ExpandTab(
string lpszTabID,
int fExpand
)
int ExpandTab(
String^ lpszTabID,
int fExpand
)
abstract ExpandTab :
lpszTabID:string *
fExpand:int -> int
Function ExpandTab (
lpszTabID As String,
fExpand As Integer
) As Integer
Parâmetros
- lpszTabID
[in] O nome localizado da caixa de ferramentas guia.
- fExpand
[in] Estado de tabulação.
Valor de retorno
Type: System.Int32
Comentários
COM assinatura
De vsshell90.idl:
HRESULT ExpandTab(
[in] LPCOLESTR lpszTabID,
[in] BOOL fExpand
);
Consulte também
Interface IVsToolbox4
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo