Método IVsLiteTreeEvents.OnToggleState (UInt32, UInt32)
Chamado quando um ícone muda de estado.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int OnToggleState(
uint AbsIndex,
uint tscr
)
int OnToggleState(
unsigned int AbsIndex,
unsigned int tscr
)
abstract OnToggleState :
AbsIndex:uint32 *
tscr:uint32 -> int
Function OnToggleState (
AbsIndex As UInteger,
tscr As UInteger
) As Integer
Parâmetros
- AbsIndex
[In] Um inteiro não assinado que contém o índice absoluto do Item.
- tscr
[In] Um objeto do tipo VSTREESTATECHANGEREFRESH
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 vsshell.idl:
HRESULT IVsLiteTreeEvents::OnToggleState(
[in] ULONG AbsIndex,
[in] VSTREESTATECHANGEREFRESH tscr
);
Consulte também
Interface IVsLiteTreeEvents
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo