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 | |
---|---|---|
Clone(IEnumProjectStartupServices) | Klonów to IEnumProjectStartupServices interfejsu, tworząc innego wystąpienia. |
|
Next(UInt32, Guid[], UInt32) | Pobiera następnej grupy interfejsów usługi uruchamiania projektu. |
|
Reset() | Zwraca moduł wyliczający do stanu początkowego. |
|
Skip(UInt32) | Pominąć określoną liczbę interfejsów. |
Zobacz też
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku