ElementWalker.MarkVisited(ModelElement) 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.
Mark an element as having been already visited
protected:
void MarkVisited(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
protected void MarkVisited (Microsoft.VisualStudio.Modeling.ModelElement element);
member this.MarkVisited : Microsoft.VisualStudio.Modeling.ModelElement -> unit
Protected Sub MarkVisited (element As ModelElement)
Parameters
- element
- ModelElement
the element that was visited