Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Protected Sub New ( _
visitor As IElementVisitor, _
filter As IElementVisitorFilter, _
includeLinks As Boolean _
)
protected ElementWalker(
IElementVisitor visitor,
IElementVisitorFilter filter,
bool includeLinks
)
protected:
ElementWalker(
IElementVisitor^ visitor,
IElementVisitorFilter^ filter,
bool includeLinks
)
new :
visitor:IElementVisitor *
filter:IElementVisitorFilter *
includeLinks:bool -> ElementWalker
protected function ElementWalker(
visitor : IElementVisitor,
filter : IElementVisitorFilter,
includeLinks : boolean
)
Parameters
visitor
Type: Microsoft.VisualStudio.Modeling.IElementVisitorIElementVisitor to use when traversing
filter
Type: Microsoft.VisualStudio.Modeling.IElementVisitorFilterIElementVisitorFilter to use when traversing
includeLinks
Type: Booleanrequest element links be included in the visitation
.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.