GetChildToolsets method
- Last UpdatedJul 23, 2024
- 1 minute read
Retrieves the list of child toolsets.
Class
IToolset
Syntax
[C#]
IToolsets GetChildToolsets(
int depth
);
[Visual C++]
// Retrieves the list of child Toolsets.
HRESULT GetChildToolsets(
// the level of children to retrieve: pass -1 for N.
[in] int depth,
[out, retval] IToolsets** toolsets
);