Metoda IVsDebugLaunch.DebugLaunch — (UInt32)
Uruchamia debuger.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int DebugLaunch(
uint grfLaunch
)
int DebugLaunch(
unsigned int grfLaunch
)
abstract DebugLaunch :
grfLaunch:uint32 -> int
Function DebugLaunch (
grfLaunch As UInteger
) As Integer
Parametry
- grfLaunch
[w] Bit flagi, reprezentujących opcje uruchamiania, utworzone przy użyciu wartości z __VSDBGLAUNCHFLAGS wyliczania.
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 IVsDebugLaunch::DebugLaunch(
[in] VSDBGLAUNCHFLAGS grfLaunch
);
Zobacz też
Interfejs IVsDebugLaunch
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku