ElementClosureWalker コンストラクター (Partition, ClosureType, ICollection<ModelElement>)
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) _
)
public ElementClosureWalker(
Partition partition,
ClosureType type,
ICollection<ModelElement> rootList
)
パラメーター
- partition
型 : Microsoft.VisualStudio.Modeling.Partition
パーティション。
- type
型 : Microsoft.VisualStudio.Modeling.ClosureType
ClosureType。
- rootList
型 : System.Collections.Generic.ICollection<ModelElement>
RootList。
解説
ElementVisitor と呼び出しベースを作成するコンストラクター。 これにより、幅優先走査、要素リンクを持つグラフのプレオーダー ビジテーションが行われます。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。