IVsTextManager::EnumLanguageServices Method (IVsEnumGUID^)
Visual Studio 2015
Enumerates the registered language service IDs.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- ppEnum
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsEnumGUID^
[out] Pointer to the IVsEnumGUID interface.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextManager::EnumLanguageServices( [out] IVsEnumGUID **ppEnum );
Use this method to enumerate all of the language services that are registered with the text buffer by GUID.
Show: