IVsFilterNewProjectDlg.FilterTreeItemByLocalizedName(String, Int32) Method

Definition

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.

Applies to