DebuggerExpressionEvaluationEvents Interface

 

The DebuggerExpressionEvaluationEvents object defines events supported by the debugger. Use this object for functionality and refer to DebuggerExpressionEvaluationEventsClass for this object's documentation.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

[GuidAttribute("6973A466-E09C-4195-9AE8-07B7AAFF7D85")]
public interface DebuggerExpressionEvaluationEvents : _DebuggerExpressionEvaluationEvents, 
	_dispDebuggerExpressionEvaluationEvents_Event

NameDescription
System_CAPS_pubmethodadd_OnExpressionEvaluation(_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerExpressionEvaluationEvents_Event.)

System_CAPS_pubmethodremove_OnExpressionEvaluation(_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerExpressionEvaluationEvents_Event.)

NameDescription
System_CAPS_pubeventOnExpressionEvaluation

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerExpressionEvaluationEvents_Event.)

Return to top
Show: