DiagramDocView.UpdateToolboxFilters 方法
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)
語法
'宣告
Protected Function UpdateToolboxFilters ( _
filterToUpdate As DiagramDocView.ToolboxItemFilterType, _
calculateChanges As Boolean _
) As Boolean
protected bool UpdateToolboxFilters(
DiagramDocView.ToolboxItemFilterType filterToUpdate,
bool calculateChanges
)
參數
- filterToUpdate
型別:Microsoft.VisualStudio.Modeling.Shell.DiagramDocView.ToolboxItemFilterType
若要更新的篩選器的集合。
- calculateChanges
型別:System.Boolean
true 表示將核取篩選條件集合將會變更 ; 設定篩選條件集合已變更為 false。
傳回值
型別:System.Boolean
true 如果已更新的工具箱篩選集合。 否則,false。
備註
這個方法會重新整理工具箱。 它會更新工具箱篩選,但不是適用。 用戶端可以重新整理工具箱的傳回值為基礎。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。