VSConstants.LOGVIEWID_Debugging Field

GUID_VSStandardCommandSet97cmdidOpenWith handlers should pass this value to the OpenStandardEditor method to get the Open With dialog, in this case populated with possible LOGVIEWID_Debugging debugging views which map to the same view as LOGVIEWID_Code.

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

'Declaration
Public Shared ReadOnly LOGVIEWID_Debugging As Guid
'Usage
Dim value As Guid 

value = VSConstants.LOGVIEWID_Debugging
public static readonly Guid LOGVIEWID_Debugging
public:
static initonly Guid LOGVIEWID_Debugging
public static final var LOGVIEWID_Debugging : Guid

.NET Framework Security

See Also

Reference

VSConstants Class

VSConstants Members

Microsoft.VisualStudio Namespace

Other Resources

IDE Constants