IVsTextManager2::GetExpansionManager Method (IVsExpansionManager^)
Visual Studio 2015
Gets the expansion manager.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pExpansionManager
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsExpansionManager^
[out] Pointer to the expansion manager.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextManager2::GetExpansionManager( [out] IVsExpansionManager **pExpansionManager );
Show: