DepthFirstElementWalker Constructor (IElementVisitor, IElementVisitorFilter)

Constructor that takes an ElementVisitor. This defaults to depth first traversal, pre-Order visitation of the graph with no element links.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

声明
Public Sub New ( _
    visitor As IElementVisitor, _
    filter As IElementVisitorFilter _
)

Parameters

Remarks

A Constructor that takes an ElementVisitor. This defaults to depth first traversal, pre-Order visitation of the graph with no element links.

.NET Framework Security

See Also

Reference

DepthFirstElementWalker Class

DepthFirstElementWalker Overload

Microsoft.VisualStudio.Modeling Namespace