IVsFilterNewProjectDlg.FilterListItemByLocalizedName(String, Int32) Yöntem

Tanım

Öğeleri yerelleştirilmiş ada göre filtreler.

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

Parametreler

pszLocalizedName
String

'ndaki Filtreleme için test edilecek adı içeren bir dize işaretçisi.

pfFilter
Int32

dışı Boolean işaretçisi. trueÖğe filtrelenmek gerekiyorsa, olarak ayarlayın.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Şunlara uygulanır