_dispDebuggerExpressionEvaluationEvents_Event-Schnittstelle
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.
Nur für die interne Verwendung durch Microsoft vorgesehen.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispDebuggerExpressionEvaluationEvents_Event
[ComVisibleAttribute(false)]
public interface _dispDebuggerExpressionEvaluationEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispDebuggerExpressionEvaluationEvents_Event
[<ComVisibleAttribute(false)>]
type _dispDebuggerExpressionEvaluationEvents_Event = interface end
public interface _dispDebuggerExpressionEvaluationEvents_Event
Der _dispDebuggerExpressionEvaluationEvents_Event-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
add_OnExpressionEvaluation | Infrastruktur. Nur für die interne Verwendung durch Microsoft vorgesehen. | |
remove_OnExpressionEvaluation | Infrastruktur. Nur für die interne Verwendung durch Microsoft vorgesehen. |
Zum Seitenanfang
Ereignisse
Name | Beschreibung | |
---|---|---|
OnExpressionEvaluation | Infrastruktur. Nur für die interne Verwendung durch Microsoft vorgesehen. |
Zum Seitenanfang