在完成项的显示列表中可用的所有通用项目。
命名空间: Microsoft.VisualStudio.TextManager.Interop
程序集: Microsoft.VisualStudio.TextManager.Interop.8.0(在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)
语法
声明
Function DecreaseFilterLevel ( _
iSelectedItem As Integer _
) As Integer
int DecreaseFilterLevel(
int iSelectedItem
)
int DecreaseFilterLevel(
[InAttribute] int iSelectedItem
)
abstract DecreaseFilterLevel :
iSelectedItem:int -> int
function DecreaseFilterLevel(
iSelectedItem : int
) : int
参数
iSelectedItem
类型:Int32[in] 项目利益。
返回值
类型:Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。
备注
COM 签名
从 textmgr2.idl:
HRESULT IVsCompletionSetEx::DecreaseFilterLevel(
[in] long iSelectedItem
);
内部由 IVsCompletionSet 列表控制必须是更新响应筛选级别更改。 在此方法中指定的选定项指定要在 常见 当前列表中选择项。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。