IVsFilterNewProjectDlg.FilterListItemByLocalizedName(String, Int32) Method

Definition

Filters items by localized name.

public:
 int FilterListItemByLocalizedName(System::String ^ pszLocalizedName, [Runtime::InteropServices::Out] int % pfFilter);
int FilterListItemByLocalizedName(std::wstring const & pszLocalizedName, [Runtime::InteropServices::Out] int & pfFilter);
public int FilterListItemByLocalizedName (string pszLocalizedName, out int pfFilter);
abstract member FilterListItemByLocalizedName : string * int -> int
Public Function FilterListItemByLocalizedName (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