IVsTextBufferEvents::OnNewLanguageService Method (Guid)
Visual Studio 2015
Notifies the client when a new language service is associated with a buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- sidLangServiceID
-
Type:
System::Guid
[in] Reference ID of the new language service.
From textmgr.idl:
HRESULT IVsTextBufferEvents::OnNewLanguageService(
[in] REFGUID sidLangServiceID
);
Show: