Partition.GetClosureList 方法 (ICollection<ModelElement>, ClosureType)

获取关闭根据特定根元素的列表给定类型列表

命名空间:  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 _
) As ReadOnlyCollection(Of ModelElement)
public ReadOnlyCollection<ModelElement> GetClosureList(
    ICollection<ModelElement> rootElements,
    ClosureType type
)

参数

返回值

类型:System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>
ICollection

.NET Framework 安全性

请参见

参考

Partition 类

GetClosureList 重载

Microsoft.VisualStudio.Modeling 命名空间