VSConstants.DebugTargetHandler Class
Contains command ids for a debug target handler command set.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.VSConstants.DebugTargetHandler
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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 | |
---|---|---|
cmdidDebugTargetAnchorItem | Debug target anchor item command id. | |
cmdidDebugTargetAnchorItemNoAttachToProcess | Debug target anchor item no attach to process command id. | |
cmdidDebugTypeCombo | Debug type combo command id. | |
cmdidDebugTypeItemHandler | Debug type item handler command id. | |
cmdidGenericDebugTarget | Generic debug target command id. | |
guidDebugTargetHandlerCmdSet | Debug target handler command set GUID. | |
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.