ElementClosureWalker コンストラクター (Partition, ClosureType, ICollection<ModelElement>, Boolean, IEnumerable<DomainRoleInfo>, Boolean)
ElementVisitor を作成し、ベースを呼び出すコンストラクター。 これにより、幅優先走査、要素リンクを持つグラフのプレオーダー ビジテーションが行われます。
名前空間: Microsoft.VisualStudio.Modeling
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.12.0 (Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 内)
構文
'宣言
Public Sub New ( _
partition As Partition, _
type As ClosureType, _
rootList As ICollection(Of ModelElement), _
bypassDemandLoading As Boolean, _
domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo), _
includeLinkIfLinkEndsIncluded As Boolean _
)
public ElementClosureWalker(
Partition partition,
ClosureType type,
ICollection<ModelElement> rootList,
bool bypassDemandLoading,
IEnumerable<DomainRoleInfo> domainRolesToNotPropagate,
bool includeLinkIfLinkEndsIncluded
)
パラメーター
- partition
型 : Microsoft.VisualStudio.Modeling.Partition
パーティション。
- type
型 : Microsoft.VisualStudio.Modeling.ClosureType
ClosureType。
- rootList
型 : System.Collections.Generic.ICollection<ModelElement>
RootList。
- bypassDemandLoading
型 : System.Boolean
要求の読み込みをバイパスする場合は True。
- domainRolesToNotPropagate
型 : System.Collections.Generic.IEnumerable<DomainRoleInfo>
反映削除設定を無視する DomainRole のリスト
- includeLinkIfLinkEndsIncluded
型 : System.Boolean
true の場合、すべてのリンク端がクロージャ内にあれば、リンクはクロージャに含まれます。
解説
ElementVisitor と呼び出しベースを作成するコンストラクター。 これは幅優先の走査で、先行順走査します要素リンクを含むグラフの訪問を発生します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。