IVsFilterNewProjectDlg.FilterTreeItemByLocalizedName(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filters tree items by localized name.
public:
int FilterTreeItemByLocalizedName(System::String ^ pszLocalizedName, [Runtime::InteropServices::Out] int % pfFilter);
int FilterTreeItemByLocalizedName(std::wstring const & pszLocalizedName, [Runtime::InteropServices::Out] int & pfFilter);
public int FilterTreeItemByLocalizedName (string pszLocalizedName, out int pfFilter);
abstract member FilterTreeItemByLocalizedName : string * int -> int
Public Function FilterTreeItemByLocalizedName (pszLocalizedName As String, ByRef pfFilter As Integer) As Integer
Parameters
- pszLocalizedName
- String
[in] Pointer to a string containing the name to test for filtering.
- pfFilter
- Int32
[out] Pointer to a Boolean. Set to true
if the item should be filtered.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.