IVsTextLines.SetLanguageServiceID Method
Visual Studio 2012
Sets the unique identifier of the language that is providing colorization and other attribute data to the buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
COM Signature
From textmgr.idl:
HRESULT IVsTextLines::SetLanguageServiceID(
[in] REFGUID guidLangService
);
This method could require considerable resources, depending upon the underlying implementation of the buffer. That is, it could be very difficult to calculate the size of the buffer if it is a virtual-line-oriented implementation of the buffer, as in Visual Basic.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.