Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IDebugApplicationNode
interface extends the functionality of the IDebugDocumentProvider
interface by providing a context within a project tree.
In addition to the methods inherited from IDebugDocumentProvider
, the IDebugApplicationNode
interface exposes the following methods.
Methods in Vtable order
Method | Description |
---|---|
IDebugApplicationNode::EnumChildren | Enumerates the child nodes of this application node. |
IDebugApplicationNode::GetParent | Returns the parent node of this application node. |
IDebugApplicationNode::SetDocumentProvider | Sets the document provider for this application node. |
IDebugApplicationNode::Close | Causes this application to release all references and enter an inactive state. |
IDebugApplicationNode::Attach | Adds this application node to the specified project tree. |
IDebugApplicationNode::Detach | Removes this application node from the project tree. |