======Метод ListView.FindItemWithText(String, Boolean, Int32, Boolean)====== * **Пространство имен:** [[developers:references:system.windows.forms|System.Windows.Forms]] * **Сборка:** System.Windows.Forms (в System.Windows.Forms.dll) =====Синтаксис===== public ListViewItem FindItemWithText(string text, bool includeSubItemsInSearch, int startIndex, bool isPrefixSearch) **Параметры** * //text// * Тип: [[developers:references:system.string|System.String]] * //includeSubItemsInSearch// * Тип: [[developers:references:system.boolean|System.Boolean]] * //startIndex// * Тип: [[developers:references:system.int32|System.Int32]] * //isPrefixSearch// * Тип: [[developers:references:system.boolean|System.Boolean]] **Возвращаемое значение** * Тип: [[developers:references:system.windows.forms.listviewitem|System.Windows.Forms.ListViewItem]]