Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructor that takes an ElementVisitor.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Sub New ( _
visitor As IElementVisitor, _
filter As IElementVisitorFilter, _
includeLinks As Boolean _
)
public DepthFirstElementAndLinkWalker(
IElementVisitor visitor,
IElementVisitorFilter filter,
bool includeLinks
)
public:
DepthFirstElementAndLinkWalker(
IElementVisitor^ visitor,
IElementVisitorFilter^ filter,
bool includeLinks
)
new :
visitor:IElementVisitor *
filter:IElementVisitorFilter *
includeLinks:bool -> DepthFirstElementAndLinkWalker
public function DepthFirstElementAndLinkWalker(
visitor : IElementVisitor,
filter : IElementVisitorFilter,
includeLinks : boolean
)
Parameters
- visitor
Type: Microsoft.VisualStudio.Modeling.IElementVisitor
A visitor which defines an action to be performed on each element.
- filter
Type: Microsoft.VisualStudio.Modeling.IElementVisitorFilter
A filter which determines which elements will be visited, such as one of the constants of VisitorFilter.
- includeLinks
Type: System.Boolean
Request element links be included in the visitation.
Remarks
The 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.
See Also
Reference
DepthFirstElementAndLinkWalker Class