IVsFilterAddProjectItemDlg2.FilterListItemByTemplateFile 方法 (Guid%, String, Int32%)

按物理模板文件名称筛选文件。

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

语法

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

参数

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

返回值

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

备注

COM 签名

从 vsshell.idl:

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

环境将处于项目 GUID 和项目名称传递。 返回 false 显示项目和 true筛选该项目。

.NET Framework 安全性

请参见

参考

IVsFilterAddProjectItemDlg2 接口

FilterListItemByTemplateFile 重载

Microsoft.VisualStudio.Shell.Interop 命名空间