_dispDebuggerExpressionEvaluationEvents_Event 介面
這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
僅限 Microsoft 內部使用。
命名空間: EnvDTE80
組件: EnvDTE80 (在 EnvDTE80.dll 中)
語法
'宣告
<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
_dispDebuggerExpressionEvaluationEvents_Event 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
add_OnExpressionEvaluation | 基礎架構。 僅限 Microsoft 內部使用。 | |
remove_OnExpressionEvaluation | 基礎架構。 僅限 Microsoft 內部使用。 |
回頁首
事件
名稱 | 描述 | |
---|---|---|
OnExpressionEvaluation | 基礎架構。 僅限 Microsoft 內部使用。 |
回頁首