IVsTextBufferEvents::OnNewLanguageService Method (Guid)

 

Notifies the client when a new language service is associated with a buffer.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

void OnNewLanguageService(
	[InAttribute] Guid% sidLangServiceID
)

Parameters

sidLangServiceID
Type: System::Guid

[in] Reference ID of the new language service.

From textmgr.idl:

HRESULT IVsTextBufferEvents::OnNewLanguageService(
   [in] REFGUID sidLangServiceID
);
Return to top
Show: