Método IDirList.put_ShowTitle (Boolean)
Publicado: abril de 2016
Mostrar ou ocultar o título da lista de diretórios.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
[DispIdAttribute(1610743813)]
int put_ShowTitle(
bool bShow
)
[DispIdAttribute(1610743813)]
int put_ShowTitle(
bool bShow
)
[<DispIdAttribute(1610743813)>]
abstract put_ShowTitle :
bShow:bool -> int
<DispIdAttribute(1610743813)>
Function put_ShowTitle (
bShow As Boolean
) As Integer
Parâmetros
- bShow
truepara mostrar o título; falsePara ocultá-lo.
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.
Consulte também
Interface IDirList
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo