IDSRefConsumer.GetFirstChildNode(IntPtr) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the identifier of the first child node in the parent's vector of children for a specified parent node.
C++
public:
IntPtr GetFirstChildNode(IntPtr drnidCurr);
public IntPtr GetFirstChildNode(IntPtr drnidCurr);
abstract member GetFirstChildNode : nativeint -> nativeint
Public Function GetFirstChildNode (drnidCurr As IntPtr) As IntPtr
- drnidCurr
-
IntPtr
nativeint
[in] DSREFNODEID of the parent node for which the first child node is to be retrieved.
IntPtr
nativeint
Returns NOERROR if successful. Otherwise, it returns an unspecified failure code.
Produkt | Wersje |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |