IVsTextBufferEvents.OnNewLanguageService(Guid) Method
Definition
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.
Notifies the client when a new language service is associated with a buffer.
public:
void OnNewLanguageService(Guid % sidLangServiceID);
public void OnNewLanguageService (ref Guid sidLangServiceID);
abstract member OnNewLanguageService : Guid -> unit
Public Sub OnNewLanguageService (ByRef sidLangServiceID As Guid)
Parameters
- sidLangServiceID
- Guid
[in] Reference ID of the new language service.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextBufferEvents::OnNewLanguageService(
[in] REFGUID sidLangServiceID
);