IVsFilterAddProjectItemDlg2.FilterTreeItemByCategory 方法

按类别筛选树元素。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
Function FilterTreeItemByCategory ( _
    ByRef rguidProjectItemTemplates As Guid, _
    pszCategoryName As String, _
    <OutAttribute> ByRef pfFilter As Integer _
) As Integer
int FilterTreeItemByCategory(
    ref Guid rguidProjectItemTemplates,
    string pszCategoryName,
    out int pfFilter
)

参数

  • rguidProjectItemTemplates
    类型:System.Guid%
    [in] 提供项目模板的项目 GUID。
  • pszCategoryName
    类型:System.String
    [in] 为 null 指针已停止包含类模板名称的字符串。
  • pfFilter
    类型:System.Int32%
    [out] 设置为 true 筛选指定的项目。设置为 false 显示项目。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsFilterAddProjectItemDlg2::FilterTreeItemByCategory(
   [in] REFGUID rguidProjectItemTemplates,
   [in] LPCOLESTR pszCategoryName,
   [out] BOOL *pfFilter
);

环境将处于项目 GUID 和类别名称传递。 返回 false显示在类别和 true 的项目筛选类别。 在 模板内容 (声明。Vsdir 文件)指定类别。

.NET Framework 安全性

请参见

参考

IVsFilterAddProjectItemDlg2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间