IDebugApplicationNode::Attach
Adds this application node to the specified project tree.
Syntax
HRESULT Attach(
IDebugApplicationNode* pdanParent
);
Parameters
pdanParent
[in] The project tree where this application node is to be added.
Return Value
The method returns an HRESULT
. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK |
The method succeeded. |
Remarks
This method adds this application node to the project tree, using pdanParent
as the parent. If pdanParent
is NULL
, this application node will be the top-level node.
See also
IDebugApplicationNode::Detach
IDebugApplicationNode Interface