ManagementContentNavigator.MoveToChild(String) Method
Definition
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.
Makes the specified child node the current node.
public:
bool MoveToChild(System::String ^ name);
public bool MoveToChild (string name);
member this.MoveToChild : string -> bool
Public Function MoveToChild (name As String) As Boolean
Parameters
- name
- String
The name of the target child node.
Returns
true
if the child node was found and made the current node; otherwise, false
.
Remarks
If a child node is not found, the current node is set to null
.