ElementWalker.RemoveMarkedElements 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.
Removes the elements that are marked for removal. Call this at the end of the traversal so that the indices in alreadyVisited remain valid.
protected:
void RemoveMarkedElements();
protected void RemoveMarkedElements ();
member this.RemoveMarkedElements : unit -> unit
Protected Sub RemoveMarkedElements ()