ListView.CreateSuffixArrayList(ListViewPagedDataSource, ArrayList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an array of suffixes for ASP.NET to use when it generates the ClientID value.
protected:
virtual void CreateSuffixArrayList(System::Web::UI::WebControls::ListViewPagedDataSource ^ dataSource, System::Collections::ArrayList ^ suffixArray);
protected virtual void CreateSuffixArrayList (System.Web.UI.WebControls.ListViewPagedDataSource dataSource, System.Collections.ArrayList suffixArray);
abstract member CreateSuffixArrayList : System.Web.UI.WebControls.ListViewPagedDataSource * System.Collections.ArrayList -> unit
override this.CreateSuffixArrayList : System.Web.UI.WebControls.ListViewPagedDataSource * System.Collections.ArrayList -> unit
Protected Overridable Sub CreateSuffixArrayList (dataSource As ListViewPagedDataSource, suffixArray As ArrayList)
Parameters
- dataSource
- ListViewPagedDataSource
The data source that will supply values for the suffix.
- suffixArray
- ArrayList
The suffix array.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.