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.
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