DepthFirstElementAndLinkWalker Constructor (IElementVisitor, IElementVisitorFilter, Boolean)
Constructor that takes an ElementVisitor.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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.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: BooleanRequest 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