ModelingWindowPane.SetSelectedComponents 方法 (ICollection)
将指定的元素来选择容器以及通知选择更改的 shell。
命名空间: Microsoft.VisualStudio.Modeling.Shell
程序集: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)
语法
声明
Public Overridable Sub SetSelectedComponents ( _
components As ICollection _
)
public virtual void SetSelectedComponents(
ICollection components
)
参数
- components
类型:System.Collections.ICollection
要选择的组件的集合。
实现
ISelectionService.SetSelectedComponents(ICollection)
备注
如果 components 是 nullnull 引用(在 Visual Basic 中为 Nothing),使用元素的空集合。
在选择容器中的现有元素。新元素替换添加。
如果修改选择容器的内容,此方法调用 OnSelectionChanging 和 OnSelectionChanged。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。