ICompletionSession.Filter 方法
根據文字緩衝區的目前狀態,篩選工作階段的完成項目。
命名空間: Microsoft.VisualStudio.Language.Intellisense
組件: Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)
語法
'宣告
Sub Filter
void Filter()
void Filter()
abstract Filter : unit -> unit
function Filter()
備註
如果DisplayText或InsertionText包含在範圍中的文字ApplicableTo,它會保持部份CompletionSets集合,否則它將被移除。 基礎提供者將不會要求您額外的完成如因這個呼叫。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。