Constructor that takes an ElementVisitor.
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
    visitor As IElementVisitor, _
    filter As IElementVisitorFilter, _
    includeLinks As Boolean _
)
public DepthFirstElementWalker(
    IElementVisitor visitor,
    IElementVisitorFilter filter,
    bool includeLinks
)
public:
DepthFirstElementWalker(
    IElementVisitor^ visitor, 
    IElementVisitorFilter^ filter, 
    bool includeLinks
)
new : 
        visitor:IElementVisitor * 
        filter:IElementVisitorFilter * 
        includeLinks:bool -> DepthFirstElementWalker
public function DepthFirstElementWalker(
    visitor : IElementVisitor, 
    filter : IElementVisitorFilter, 
    includeLinks : boolean
)
Parameters
visitor
Type: Microsoft.VisualStudio.Modeling.IElementVisitorA visitor which defines an action to be performed on each element.
filter
Type: Microsoft.VisualStudio.Modeling.IElementVisitorFilterA filter which determines which elements will be visited, such as one of the constants of VisitorFilter.
includeLinks
Type: System.BooleanRequest element links be included in the visitation.
Remarks
A Constructor that takes an ElementVisitor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.