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
)

参数

实现

ISelectionService.SetSelectedComponents(ICollection)

备注

如果 components 是 nullnull 引用(在 Visual Basic 中为 Nothing),使用元素的空集合。

在选择容器中的现有元素。新元素替换添加。

如果修改选择容器的内容,此方法调用 OnSelectionChangingOnSelectionChanged

.NET Framework 安全性

请参见

参考

ModelingWindowPane 类

SetSelectedComponents 重载

Microsoft.VisualStudio.Modeling.Shell 命名空间