A node inside a tree expression offers this interface. The interface represents the Referenceing of derived elements.
Public Member Functions | |
HRESULT | Node ([out, retval] IDSSNode ppNode) |
The Node object contains methods to navigate to other nodes. | |
HRESULT | Target ([in] IDSSObjectInfo *pTarget) |
The target object of this reference node. | |
HRESULT | Target ([out, retval] IDSSObjectInfo ppTarget) |
The target object of this reference node. |
|
The Node object contains methods to navigate to other nodes. Node is a read-only property. It returns the IDSSNode interface associated with this Reference node. This interface contains methods and properties that are common to all types of nodes in expressions. In particular it contains methods used to navigate between different nodes in the expression.
|
|
The target object of this reference node.
|
|
The target object of this reference node.
|