ElementWalker.Visited(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.
determines if the given element has been visited or not
public:
bool Visited(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
public bool Visited (Microsoft.VisualStudio.Modeling.ModelElement element);
member this.Visited : Microsoft.VisualStudio.Modeling.ModelElement -> bool
Public Function Visited (element As ModelElement) As Boolean
Parameters
- element
- ModelElement
the element in question
Returns
true if the element has already been visited