IVsDocOutlineProvider::ReleaseOutline Method (IntPtr, IOleCommandTarget^)
Visual Studio 2015
Releases a document outline.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- hwnd
-
Type:
System::IntPtr
[in] Handle to the document outline.
- pCmdTarget
-
Type:
Microsoft.VisualStudio.OLE.Interop::IOleCommandTarget^
[in] Pointer to the IOleCommandTarget interface of the document outline to release.
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::ReleaseOutline( [in] HWND hwnd, [in] IOleCommandTarget* pCmdTarget );
Show: