Partition.GetClosurePrototypeGroup メソッド (ICollection<ModelElement>, ClosureType)
指定したルート要素に基づいて、指定したクロージャ型の ElementGroupPrototype を作成します
名前空間: Microsoft.VisualStudio.Modeling
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.12.0 (Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 内)
構文
'宣言
Public Function GetClosurePrototypeGroup ( _
rootElements As ICollection(Of ModelElement), _
type As ClosureType _
) As ElementGroupPrototype
public ElementGroupPrototype GetClosurePrototypeGroup(
ICollection<ModelElement> rootElements,
ClosureType type
)
パラメーター
- rootElements
型 : System.Collections.Generic.ICollection<ModelElement>
クロージャ ウォークを開始するルート要素のコレクション
- type
型 : Microsoft.VisualStudio.Modeling.ClosureType
作成するクロージャの型
戻り値
型 : Microsoft.VisualStudio.Modeling.ElementGroupPrototype
クロージャ ウォークで選択される要素コレクションの ElementGroupPrototype
解説
要素のグループの DistinguishedElements プロトタイプの一覧は、ルート要素の一覧が設定されます
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。