IVsTextManager2.GetExpansionManager(IVsExpansionManager) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the expansion manager.
public:
int GetExpansionManager([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsExpansionManager ^ % pExpansionManager);
public:
int GetExpansionManager([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsExpansionManager ^ & pExpansionManager);
int GetExpansionManager([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsExpansionManager const & & pExpansionManager);
public int GetExpansionManager (out Microsoft.VisualStudio.TextManager.Interop.IVsExpansionManager pExpansionManager);
abstract member GetExpansionManager : IVsExpansionManager -> int
Public Function GetExpansionManager (ByRef pExpansionManager As IVsExpansionManager) As Integer
- pExpansionManager
- IVsExpansionManager
[out] Pointer to the expansion manager.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextManager2::GetExpansionManager(
[out] IVsExpansionManager **pExpansionManager
);