Anteckning
Å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.
Initializes a new instance of the BreadthFirstRolePlayerFirstElementWalker class.
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, _
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.IElementVisitorA visitor that defines an action to be performed on each element.
filter
Type: Microsoft.VisualStudio.Modeling.IElementVisitorFilterA filter that determines which elements will be visited, such as one of the constants of VisitorFilter.
includeLinks
Type: BooleanIf true, element links will be visited.
includeLinksIfLinkEndsIncluded
Type: BooleanIf 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