ElementClosureWalker (Constructor) (Partition, ClosureType, ICollection<ModelElement>, Boolean, IEnumerable<DomainRoleInfo>, IEnumerable<DomainRoleInfo>, IList<ModelElement>)

constructor que crea un ElementVisitor y una base de las llamadas.Esto produce el primer recorrido de la amplitud, visitation en preorden de gráficos con los vínculos de elementos.

Espacio de nombres:  Microsoft.VisualStudio.Modeling
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxis

'Declaración
Public Sub New ( _
    partition As Partition, _
    type As ClosureType, _
    rootList As ICollection(Of ModelElement), _
    bypassDemandLoading As Boolean, _
    domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo), _
    rootDomainRolesToNotVisit As IEnumerable(Of DomainRoleInfo), _
    elementsToNotVisit As IList(Of ModelElement) _
)
public ElementClosureWalker(
    Partition partition,
    ClosureType type,
    ICollection<ModelElement> rootList,
    bool bypassDemandLoading,
    IEnumerable<DomainRoleInfo> domainRolesToNotPropagate,
    IEnumerable<DomainRoleInfo> rootDomainRolesToNotVisit,
    IList<ModelElement> elementsToNotVisit
)

Parámetros

  • bypassDemandLoading
    Tipo: System.Boolean
    True para omitir el demanda-cargamento.

Comentarios

el Constructor que crea un ElementVisitor y una base de las llamadas.Esto produce el primer recorrido de la amplitud, visitation en preorden de dibujo que contiene vínculos del elemento.

Seguridad de .NET Framework

Vea también

Referencia

ElementClosureWalker Clase

ElementClosureWalker (Sobrecarga)

Microsoft.VisualStudio.Modeling (Espacio de nombres)