ElementWalker.DoTraverse(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.
Traverse the model starting at the specified starting element.
public:
abstract bool DoTraverse(Microsoft::VisualStudio::Modeling::ModelElement ^ rootElement);
public abstract bool DoTraverse (Microsoft.VisualStudio.Modeling.ModelElement rootElement);
abstract member DoTraverse : Microsoft.VisualStudio.Modeling.ModelElement -> bool
Public MustOverride Function DoTraverse (rootElement As ModelElement) As Boolean
Parameters
- rootElement
- ModelElement
ModelElement from which to start traversing
Returns
Returns true if the traversal completed fully. Returns false if the traversal was terminated prematurely by the visitor