LanguageService
(Microsoft.VisualStudio.Package.LanguageService)
Inherits:
System.Object
Interfaces:
IDisposable, ISynchronizeInvoke, IObjectWithSite, IServiceProvider, IVsDebuggerEvents, IVsProvideColorableItems, IVsLanguageInfo, IVsLanguageDebugInfo, IVsLanguageContextProvider, IVsFormatFilterProvider
Derived Types:
0
Assembly:
Microsoft.VisualStudio.Package.LanguageService.dll
This is the base class for a language service that supplies language features including syntax highlighting, brace matching, auto-completion, IntelliSense support, and code snippet expansion.
VB.NET
C#
|
VB.NET
Public MustInherit Class LanguageService
Implements System.IDisposable, System.ComponentModel.ISynchronizeInvoke, Microsoft.VisualStudio.OLE.Interop.IObjectWithSite, Microsoft.VisualStudio.OLE.Interop.IServiceProvider, Microsoft.VisualStudio.Shell.Interop.IVsDebuggerEvents, Microsoft.VisualStudio.TextManager.Interop.IVsProvideColorableItems, Microsoft.VisualStudio.TextManager.Interop.IVsLanguageInfo, Microsoft.VisualStudio.TextManager.Interop.IVsLanguageDebugInfo, Microsoft.VisualStudio.TextManager.Interop.IVsLanguageContextProvider, Microsoft.VisualStudio.TextManager.Interop.IVsFormatFilterProvider
End Class
Articles