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.
Initializes a new instance of the BreadthFirstRolePlayerFirstElementWalker class.
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, _
    includeLinksIfLinkEndsIncluded As Boolean _
)
public BreadthFirstRolePlayerFirstElementWalker(
    IElementVisitor visitor,
    IElementVisitorFilter filter,
    bool includeLinks,
    bool includeLinksIfLinkEndsIncluded
)
public:
BreadthFirstRolePlayerFirstElementWalker(
    IElementVisitor^ visitor, 
    IElementVisitorFilter^ filter, 
    bool includeLinks, 
    bool includeLinksIfLinkEndsIncluded
)
new : 
        visitor:IElementVisitor * 
        filter:IElementVisitorFilter * 
        includeLinks:bool * 
        includeLinksIfLinkEndsIncluded:bool -> BreadthFirstRolePlayerFirstElementWalker
public function BreadthFirstRolePlayerFirstElementWalker(
    visitor : IElementVisitor, 
    filter : IElementVisitorFilter, 
    includeLinks : boolean, 
    includeLinksIfLinkEndsIncluded : boolean
)
Parameters
- visitor
 Type: Microsoft.VisualStudio.Modeling.IElementVisitor
 A visitor that defines an action to be performed on each element.
- filter
 Type: Microsoft.VisualStudio.Modeling.IElementVisitorFilter
 A filter that determines which elements will be visited, such as one of the constants of VisitorFilter.
- includeLinks
 Type: System.Boolean
 If true, element links will be visited.
- includeLinksIfLinkEndsIncluded
 Type: System.Boolean
 If true, a link is visited only if both ends of the link are visited. This parameter is ignored if includeLinks is false.
.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
BreadthFirstRolePlayerFirstElementWalker Class