SVsTaskSchedulerService Interface

Passed to GetService to return a reference to IVsTaskSchedulerService.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("AB244925-40A8-4C5C-B0A5-717BB5D615B6")> _
Public Interface SVsTaskSchedulerService
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("AB244925-40A8-4C5C-B0A5-717BB5D615B6")]
public interface SVsTaskSchedulerService
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"AB244925-40A8-4C5C-B0A5-717BB5D615B6")]
public interface class SVsTaskSchedulerService
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("AB244925-40A8-4C5C-B0A5-717BB5D615B6")>]
type SVsTaskSchedulerService =  interface end
public interface SVsTaskSchedulerService

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace