IVsDocOutlineProvider::OnOutlineStateChange Method (UInt32, UInt32)

 

Notifies the client when changes have been made to the document outline state.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int OnOutlineStateChange(
	unsigned int dwMask,
	unsigned int dwState
)

Parameters

dwMask
Type: System::UInt32

[in] Value taken from the __VSOUTLINESTATE enumeration.

dwState
Type: System::UInt32

[in] Values taken from the __VSOUTLINESTATE enumeration.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsDocOutlineProvider::OnOutlineStateChange(
   [in] VSOUTLINESTATES dwMask,
   [in] VSOUTLINESTATES dwState
);
Return to top
Show: