Método IDirList.put_ShowCheck (Boolean)
Publicado: abril de 2016
Mostrar ou ocultar a caixa de seleção próxima a cada item na lista.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
[DispIdAttribute(1610743814)]
int put_ShowCheck(
bool bShow
)
[DispIdAttribute(1610743814)]
int put_ShowCheck(
bool bShow
)
[<DispIdAttribute(1610743814)>]
abstract put_ShowCheck :
bShow:bool -> int
<DispIdAttribute(1610743814)>
Function put_ShowCheck (
bShow As Boolean
) As Integer
Parâmetros
- bShow
truepara mostrar as caixas de seleção; falsePara ocultá-los.
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