Provides the functionality of IDebugDocumentProvider, plus a context within a project tree. Derived from PyIDebugDocumentProvider
-
Description of EnumChildren
-
Description of GetParent
-
Description of SetDocumentProvider
-
Description of Close
-
Attach a node to its parent.
-
Detach a node from its parent.
PyIDebugApplicationNode.Attach
Attach(pdanParent) Attach a node to its parent.
-
pdanParent : PyIDebugApplicationNode
The parent node. None is not acceptable.
PyIDebugApplicationNode.Close
Close() Description of Close.
PyIDebugApplicationNode.Detach
Detach() Detach a node from its parent.
PyIDebugApplicationNode.EnumChildren
EnumChildren() Description of EnumChildren.
PyIDebugApplicationNode.GetParent
PyIDebugApplicationNode = GetParent() Returns the parent node.
PyIDebugApplicationNode.SetDocumentProvider
SetDocumentProvider(pddp) Description of SetDocumentProvider.
-
pddp : PyIDebugDocumentProvider
Description for pddp