ManagementContentNavigator.MoveToParent 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 parent node the current node.
public:
bool MoveToParent();
public bool MoveToParent ();
member this.MoveToParent : unit -> bool
Public Function MoveToParent () As Boolean
Returns
true
if the current node is not null
; otherwise, false
.
Remarks
If this method is called on the root node, the current node is set to null
.