共用方式為


ModelingWindowPane.SetSelectedComponents 方法 (ICollection)

將指定的元件加入至選取項目容器,並向 Shell 發出有關選取範圍變更的通知。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.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 命名空間