Share via


IDebugApplicationNode100 Interface

The IDebugApplicationNode100 interface extends the functionality of the IDebugApplicationNode Interface. You can get an instance of this interface by calling QueryInterface on an implementation of IDebugApplicationNode Interface.

Important

This interface is implemented by PDM v10.0 and greater. Found in activdbg100.h.

Methods

The IDebugApplicationNode100 interface exposes the following methods.

Method Description
IDebugApplicationNode100::GetExcludedDocuments Gets the text documents that are hidden by the specified filter.
IDebugApplicationNode100::QueryIsChildNode Determines whether the specified document belongs to one of the child nodes of this node.
IDebugApplicationNode100::SetFilterForEventSink Sets the filter on a particular IDebugApplicationNodeEvents Interface implementation. It allows script debuggers to filter out compiler-generated child application nodes so that the PDM will no longer send events when the nodes are created or removed. By default, all nodes will be sent.