Partition.GetClosureList 方法 (ICollection<ModelElement>, ClosureType, IEnumerable<DomainRoleInfo>, IEnumerable<DomainRoleInfo>)
取得根據指定的根項目清單的指定型別的終止清單
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
語法
'宣告
Public Function GetClosureList ( _
rootElements As ICollection(Of ModelElement), _
type As ClosureType, _
domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo), _
rootDomainRolesToNotVisit As IEnumerable(Of DomainRoleInfo) _
) As ReadOnlyCollection(Of ModelElement)
public ReadOnlyCollection<ModelElement> GetClosureList(
ICollection<ModelElement> rootElements,
ClosureType type,
IEnumerable<DomainRoleInfo> domainRolesToNotPropagate,
IEnumerable<DomainRoleInfo> rootDomainRolesToNotVisit
)
參數
- rootElements
型別:System.Collections.Generic.ICollection<ModelElement>
會根據該終止的根項目清單
- type
型別:Microsoft.VisualStudio.Modeling.ClosureType
關閉表單的類型
- domainRolesToNotPropagate
型別:System.Collections.Generic.IEnumerable<DomainRoleInfo>
DomainRoles 為 [不略過的清單
- rootDomainRolesToNotVisit
型別:System.Collections.Generic.IEnumerable<DomainRoleInfo>
DomainRoles 不造訪根項目上的清單。這份清單可以用來保留不能包含到 closure 中的關聯性,並周遊
傳回值
型別:System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>
ICollection
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。