Udostępnij za pośrednictwem


Interfejs IEnumProjectStartupServices

 

Wylicza wymagane przez projektu podczas uruchamiania usługi.Można pobrać wystąpienie interfejsu za pomocą GetStartupServiceEnum metoda IVsProjectStartupServices interfejsu.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

[GuidAttribute("9E6F916A-3E8B-4741-8AFB-5187F82B699B")]
[InterfaceTypeAttribute(1)]
public interface IEnumProjectStartupServices
[GuidAttribute("9E6F916A-3E8B-4741-8AFB-5187F82B699B")]
[InterfaceTypeAttribute(1)]
public interface class IEnumProjectStartupServices
[<GuidAttribute("9E6F916A-3E8B-4741-8AFB-5187F82B699B")>]
[<InterfaceTypeAttribute(1)>]
type IEnumProjectStartupServices = interface end
<GuidAttribute("9E6F916A-3E8B-4741-8AFB-5187F82B699B")>
<InterfaceTypeAttribute(1)>
Public Interface IEnumProjectStartupServices

Metody

Nazwa Opis
System_CAPS_pubmethod Clone(IEnumProjectStartupServices)

Klonów to IEnumProjectStartupServices interfejsu, tworząc innego wystąpienia.

System_CAPS_pubmethod Next(UInt32, Guid[], UInt32)

Pobiera następnej grupy interfejsów usługi uruchamiania projektu.

System_CAPS_pubmethod Reset()

Zwraca moduł wyliczający do stanu początkowego.

System_CAPS_pubmethod Skip(UInt32)

Pominąć określoną liczbę interfejsów.

Zobacz też

Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku