Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Provides additional members to the DEBUG_LAUNCH_OPERATION enumeration.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Public Enumeration _DEBUG_LAUNCH_OPERATION3
public enum _DEBUG_LAUNCH_OPERATION3
public enum class _DEBUG_LAUNCH_OPERATION3
type _DEBUG_LAUNCH_OPERATION3
public enum _DEBUG_LAUNCH_OPERATION3
Members
| Member name | Description | |
|---|---|---|
| DLO_LaunchBrowser | Lounch web browser |
Remarks
COM Signature
From vsshell90.idl:
enum _DEBUG_LAUNCH_OPERATION3
{
DLO_LaunchBrowser = 6
};