SearchForVirtualItemEventArgs Constructor

Definitie

Initialiseert een nieuw exemplaar van de SearchForVirtualItemEventArgs klasse.

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)

Parameters

isTextSearch
Boolean

Een waarde die aangeeft of de zoekopdracht een tekstzoekopdracht is.

isPrefixSearch
Boolean

Een waarde die aangeeft of de zoekopdracht een voorvoegselzoekopdracht is.

includeSubItemsInSearch
Boolean

Een waarde die aangeeft of subitems van lijstitems in de zoekopdracht moeten worden opgenomen.

text
String

De tekst van het item dat u wilt zoeken.

startingPoint
Point

De Point zoekfunctie waarmee de zoekopdracht moet worden gestart.

direction
SearchDirectionHint

Een van de SearchDirectionHint waarden.

startIndex
Int32

De index van de ListViewItem zoekfunctie waarmee de zoekopdracht moet worden gestart.

Van toepassing op