Metoda IVsProjectStartupServices.GetStartupServiceEnum — (IEnumProjectStartupServices)
Używane do wyszukiwania elementu tablicy usługi trzeciej, przez identyfikator GUID.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int GetStartupServiceEnum(
out IEnumProjectStartupServices ppenum
)
int GetStartupServiceEnum(
[OutAttribute] IEnumProjectStartupServices^% ppenum
)
abstract GetStartupServiceEnum :
ppenum:IEnumProjectStartupServices byref -> int
Function GetStartupServiceEnum (
<OutAttribute> ByRef ppenum As IEnumProjectStartupServices
) As Integer
Parametry
- ppenum
[out] Wskaźnik, aby IEnumProjectStartupServices interfejsu obiektu.
Wartość zwracana
Type: System.Int32
Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.
Uwagi
Podpis COM
Z vsshell.idl:
HRESULT IVsProjectStartupServices::GetStartupServiceEnum(
[out] IEnumProjectStartupServices **ppEnum
);
IEnumProjectStartupServicesnastępuje wyliczenie standardowych struktury interfejsu i ma standardowy moduł wyliczający metod opisanych w bibliotece MSDN (Sprawdź opis IEnumXXXX).Jak z wszystkich interfejsów modułu wyliczającego, celem interfejsu jest wyliczyć określone elementy danego typu.W tym przypadku identyfikatorów GUID usługi są wyliczane.
GetStartupServiceEnum Metoda zwraca wskaźnik do IEnumProjectStartupServices interfejsu.
Zobacz też
Interfejs IVsProjectStartupServices
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku