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
)
參數
- filterToUpdate
類型:Microsoft.VisualStudio.Modeling.Shell.DiagramDocView.ToolboxItemFilterType
要更新之篩選條件的集合。
- calculateChanges
類型:System.Boolean
true 表示檢查篩選條件集合是否已變更,false 假設篩選條件集合已變更。
傳回值
類型:System.Boolean
如果工具箱篩選條件的集合已更新,則為 true,否則為 false。
備註
這個方法不會重新整理 [工具箱]。 它會更新 [工具箱] 篩選條件,但不套用這些變更。 用戶端可以重新整理根據傳回值的 [工具箱] 。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。