Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
};