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
Notifica o cliente quando as alterações foram feitas para o estado de estrutura de tópicos do documento.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int OnOutlineStateChange(
uint dwMask,
uint dwState
)
int OnOutlineStateChange(
unsigned int dwMask,
unsigned int dwState
)
abstract OnOutlineStateChange :
dwMask:uint32 *
dwState:uint32 -> int
Function OnOutlineStateChange (
dwMask As UInteger,
dwState As UInteger
) As Integer
Parâmetros
dwMask
Type: System.UInt32[in] Valor obtido a partir de __VSOUTLINESTATE enumeração.
dwState
Type: System.UInt32[in] Valores obtidos do __VSOUTLINESTATE enumeração.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retornará S_OK. Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsDocOutlineProvider::OnOutlineStateChange(
[in] VSOUTLINESTATES dwMask,
[in] VSOUTLINESTATES dwState
);
Consulte também
Interface IVsDocOutlineProvider
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo