DebuggerExpressionEvaluationEventsClass Class

Definition

Refer to DebuggerExpressionEvaluationEvents for this functionality. Do not instantiate from this class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class DebuggerExpressionEvaluationEventsClass : EnvDTE80::DebuggerExpressionEvaluationEvents
public ref class DebuggerExpressionEvaluationEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class DebuggerExpressionEvaluationEventsClass : EnvDTE80::DebuggerExpressionEvaluationEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispDebuggerExpressionEvaluationEvents\0")]
[System.Runtime.InteropServices.Guid("1AA6B3E4-42F7-4396-80FA-76728D1B824C")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class DebuggerExpressionEvaluationEventsClass : EnvDTE80.DebuggerExpressionEvaluationEvents
[System.Runtime.InteropServices.Guid("1AA6B3E4-42F7-4396-80FA-76728D1B824C")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispDebuggerExpressionEvaluationEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class DebuggerExpressionEvaluationEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispDebuggerExpressionEvaluationEvents\0")>]
[<System.Runtime.InteropServices.Guid("1AA6B3E4-42F7-4396-80FA-76728D1B824C")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type DebuggerExpressionEvaluationEventsClass = class
    interface _DebuggerExpressionEvaluationEvents
    interface DebuggerExpressionEvaluationEvents
    interface _dispDebuggerExpressionEvaluationEvents_Event
[<System.Runtime.InteropServices.Guid("1AA6B3E4-42F7-4396-80FA-76728D1B824C")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispDebuggerExpressionEvaluationEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type DebuggerExpressionEvaluationEventsClass = class
Public Class DebuggerExpressionEvaluationEventsClass
Implements DebuggerExpressionEvaluationEvents
Public Class DebuggerExpressionEvaluationEventsClass
Inheritance
DebuggerExpressionEvaluationEventsClass
Attributes
Implements

Constructors

DebuggerExpressionEvaluationEventsClass()

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Methods

add_OnExpressionEvaluation(_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler)
remove_OnExpressionEvaluation(_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler)

Events

OnExpressionEvaluation

This API supports the product infrastructure and is not intended to be used directly from your code.

Raised when an expression is evaluated from the immediate window or from automation.

Applies to