Click or drag to resize
VsServiceProviderExtensions12 Class
Provides extension methods for SVsServiceProvider, primarily for easy access to the various global services provided by Visual Studio.
Inheritance Hierarchy
SystemObject
  Tvl.VisualStudio.ShellVsServiceProviderExtensions12

Namespace: Tvl.VisualStudio.Shell
Assembly: Tvl.VisualStudio.ShellServices.12 (in Tvl.VisualStudio.ShellServices.12.dll) Version: 2.0.0.0
Syntax
public static class VsServiceProviderExtensions12

The VsServiceProviderExtensions12 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetLongIdleManager
Gets the global IVsLongIdleManager service.
Public methodStatic memberGetProjectMRU
Gets the global IVsProjectMRU service.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also