Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the services needed by a project on startup. You can get an instance of the interface using the GetStartupServiceEnum method of the IVsProjectStartupServices interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("9E6F916A-3E8B-4741-8AFB-5187F82B699B")> _
<InterfaceTypeAttribute()> _
Public Interface IEnumProjectStartupServices
'Usage
Dim instance As IEnumProjectStartupServices
[GuidAttribute("9E6F916A-3E8B-4741-8AFB-5187F82B699B")]
[InterfaceTypeAttribute()]
public interface IEnumProjectStartupServices
[GuidAttribute(L"9E6F916A-3E8B-4741-8AFB-5187F82B699B")]
[InterfaceTypeAttribute()]
public interface class IEnumProjectStartupServices
public interface IEnumProjectStartupServices
Remarks
For more information about the interface see Project Startup Services, Basic Project Sample, and My C Package Sample.