VSConstants.DebugTargetHandler Class

Contains command ids for a debug target handler command set.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.VSConstants.DebugTargetHandler

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

Syntax

'Declaration
Public NotInheritable Class DebugTargetHandler
public static class DebugTargetHandler
public ref class DebugTargetHandler abstract sealed
[<AbstractClass>]
[<Sealed>]
type DebugTargetHandler =  class end
public final class DebugTargetHandler

The VSConstants.DebugTargetHandler type exposes the following members.

Fields

  Name Description
Public fieldStatic member cmdidDebugTargetAnchorItem Debug target anchor item command id.
Public fieldStatic member cmdidDebugTargetAnchorItemNoAttachToProcess Debug target anchor item no attach to process command id.
Public fieldStatic member cmdidDebugTypeCombo Debug type combo command id.
Public fieldStatic member cmdidDebugTypeItemHandler Debug type item handler command id.
Public fieldStatic member cmdidGenericDebugTarget Generic debug target command id.
Public fieldStatic member guidDebugTargetHandlerCmdSet Debug target handler command set GUID.
Public fieldStatic member guidDebugTargetHandlerCmdSetString Debug target handler command set GUID.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio Namespace