Método IVsDocOutlineProvider.OnOutlineStateChange (UInt32, UInt32)

 

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

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