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
)
參數
- components
類型:System.Collections.ICollection
選取的元件集合。
實作
ISelectionService.SetSelectedComponents(ICollection)
備註
如果 components 是 nullnull 參考 (即 Visual Basic 中的 Nothing),元件使用的空集合。
在選取範圍容器中的現有項目以新項目取代增加。
如果修改選取範圍容器的內容,這個方法會呼叫 OnSelectionChanging 和 OnSelectionChanged。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。