SearchForVirtualItemEventArgs Konstruktor

Definice

Inicializuje novou instanci SearchForVirtualItemEventArgs třídy.

public:
 SearchForVirtualItemEventArgs(bool isTextSearch, bool isPrefixSearch, bool includeSubItemsInSearch, System::String ^ text, System::Drawing::Point startingPoint, System::Windows::Forms::SearchDirectionHint direction, int startIndex);
public SearchForVirtualItemEventArgs (bool isTextSearch, bool isPrefixSearch, bool includeSubItemsInSearch, string text, System.Drawing.Point startingPoint, System.Windows.Forms.SearchDirectionHint direction, int startIndex);
public SearchForVirtualItemEventArgs (bool isTextSearch, bool isPrefixSearch, bool includeSubItemsInSearch, string? text, System.Drawing.Point startingPoint, System.Windows.Forms.SearchDirectionHint direction, int startIndex);
new System.Windows.Forms.SearchForVirtualItemEventArgs : bool * bool * bool * string * System.Drawing.Point * System.Windows.Forms.SearchDirectionHint * int -> System.Windows.Forms.SearchForVirtualItemEventArgs
Public Sub New (isTextSearch As Boolean, isPrefixSearch As Boolean, includeSubItemsInSearch As Boolean, text As String, startingPoint As Point, direction As SearchDirectionHint, startIndex As Integer)

Parametry

isTextSearch
Boolean

Hodnota označující, zda je hledání textové.

isPrefixSearch
Boolean

Hodnota označující, zda je hledání předponou.

includeSubItemsInSearch
Boolean

Hodnota označující, zda se mají do hledání zahrnout podřízené položky seznamu.

text
String

Text položky, kterou chcete vyhledat.

startingPoint
Point

Hodnota Point , ve které se má zahájit hledání.

direction
SearchDirectionHint

Jedna z SearchDirectionHint hodnot.

startIndex
Int32

Index objektu ListViewItem , ve kterém se má zahájit hledání.

Platí pro