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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.