Share via


SVsTaskSchedulerService Interface

Passed to GetService to return a reference to IVsTaskSchedulerService.

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

Syntax

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

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace