IVsDocOutlineProvider::OnOutlineStateChange Method (UInt32, UInt32)
Visual Studio 2015
Notifies the client when changes have been made to the document outline state.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
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::Int32If 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 );
Show: