ElementClosureWalker コンストラクター (Partition, ClosureType, ICollection<ModelElement>, Boolean, IEnumerable<DomainRoleInfo>, IEnumerable<DomainRoleInfo>, IList<ModelElement>)

ElementVisitor から基本クラスのコンストラクターを作成する。これにより、幅、最初の走査要素リンクを使用して、グラフの先行順の訪問になります。

名前空間:  Microsoft.VisualStudio.Modeling
アセンブリ:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 内)

構文

'宣言
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
)

パラメーター

  • bypassDemandLoading
    型 : System.Boolean
    読み込み要求をバイパスするように調整します。
  • rootDomainRolesToNotVisit
    型 : System.Collections.Generic.IEnumerable<DomainRoleInfo>
    ルート要素で参照する必要 DomainRoles のリスト。この一覧には、クロージャに含まれるとの関係を検索するために使用できます。

解説

ElementVisitor から基本クラスのコンストラクターを作成する。これにより、幅、最初の走査要素リンクを含むグラフの先行順の訪問になります。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

ElementClosureWalker クラス

ElementClosureWalker オーバーロード

Microsoft.VisualStudio.Modeling 名前空間