DepthFirstElementAndLinkWalker Constructors
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.
Overloads
DepthFirstElementAndLinkWalker(IElementVisitor, IElementVisitorFilter) |
Constructor that takes an ElementVisitor. This defaults to depth first traversal, pre-Order visitation of the graph with no element links. |
DepthFirstElementAndLinkWalker(IElementVisitor, IElementVisitorFilter, Boolean) |
Constructor that takes an ElementVisitor. |
DepthFirstElementAndLinkWalker(IElementVisitor, IElementVisitorFilter)
Constructor that takes an ElementVisitor. This defaults to depth first traversal, pre-Order visitation of the graph with no element links.
public:
DepthFirstElementAndLinkWalker(Microsoft::VisualStudio::Modeling::IElementVisitor ^ visitor, Microsoft::VisualStudio::Modeling::IElementVisitorFilter ^ filter);
public DepthFirstElementAndLinkWalker (Microsoft.VisualStudio.Modeling.IElementVisitor visitor, Microsoft.VisualStudio.Modeling.IElementVisitorFilter filter);
new Microsoft.VisualStudio.Modeling.DepthFirstElementAndLinkWalker : Microsoft.VisualStudio.Modeling.IElementVisitor * Microsoft.VisualStudio.Modeling.IElementVisitorFilter -> Microsoft.VisualStudio.Modeling.DepthFirstElementAndLinkWalker
Public Sub New (visitor As IElementVisitor, filter As IElementVisitorFilter)
Parameters
- visitor
- IElementVisitor
IElementVisitor to use when traversing
- filter
- IElementVisitorFilter
IElementVisitorFilter to use when traversing
Applies to
DepthFirstElementAndLinkWalker(IElementVisitor, IElementVisitorFilter, Boolean)
Constructor that takes an ElementVisitor.
public:
DepthFirstElementAndLinkWalker(Microsoft::VisualStudio::Modeling::IElementVisitor ^ visitor, Microsoft::VisualStudio::Modeling::IElementVisitorFilter ^ filter, bool includeLinks);
public DepthFirstElementAndLinkWalker (Microsoft.VisualStudio.Modeling.IElementVisitor visitor, Microsoft.VisualStudio.Modeling.IElementVisitorFilter filter, bool includeLinks);
new Microsoft.VisualStudio.Modeling.DepthFirstElementAndLinkWalker : Microsoft.VisualStudio.Modeling.IElementVisitor * Microsoft.VisualStudio.Modeling.IElementVisitorFilter * bool -> Microsoft.VisualStudio.Modeling.DepthFirstElementAndLinkWalker
Public Sub New (visitor As IElementVisitor, filter As IElementVisitorFilter, includeLinks As Boolean)
Parameters
- visitor
- IElementVisitor
IElementVisitor to use when traversing
- filter
- IElementVisitorFilter
IElementVisitorFilter to use when traversing
- includeLinks
- Boolean
request element links be included in the visitation