IVsStartupProjectsListService Interface

Definition

Represents a list of startup projects.

public interface class IVsStartupProjectsListService
public interface class IVsStartupProjectsListService
__interface IVsStartupProjectsListService
[System.Runtime.InteropServices.Guid("DAEC2267-C961-44F3-96E2-3053E4EF550C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsStartupProjectsListService
[<System.Runtime.InteropServices.Guid("DAEC2267-C961-44F3-96E2-3053E4EF550C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsStartupProjectsListService = interface
Public Interface IVsStartupProjectsListService
Attributes

Methods

AddProject(Guid)

Adds a project.

RemoveProject(Guid)

Removes the project.

Applies to