共用方式為


DiagramDocView.UpdateToolboxFilters 方法

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

語法

'宣告
Protected Function UpdateToolboxFilters ( _
    filterToUpdate As DiagramDocView.ToolboxItemFilterType, _
    calculateChanges As Boolean _
) As Boolean
protected bool UpdateToolboxFilters(
    DiagramDocView.ToolboxItemFilterType filterToUpdate,
    bool calculateChanges
)

參數

  • calculateChanges
    類型:System.Boolean
    true 表示檢查篩選條件集合是否已變更,false 假設篩選條件集合已變更。

傳回值

類型:System.Boolean
如果工具箱篩選條件的集合已更新,則為 true,否則為 false。

備註

這個方法不會重新整理 [工具箱]。 它會更新 [工具箱] 篩選條件,但不套用這些變更。 用戶端可以重新整理根據傳回值的 [工具箱] 。

.NET Framework 安全性

請參閱

參考

DiagramDocView 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間