ObjectListField.DataBindItem(Int32, ObjectListItem) Método

Definição

Associa o campo do item especificado aos seus dados correspondentes.Binds the field of the specified item to its corresponding data. Chamado internamente pelo ASP.NET.Called internally by ASP.NET. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 void DataBindItem(int fieldIndex, System::Web::UI::MobileControls::ObjectListItem ^ item);
public void DataBindItem (int fieldIndex, System.Web.UI.MobileControls.ObjectListItem item);
member this.DataBindItem : int * System.Web.UI.MobileControls.ObjectListItem -> unit
Public Sub DataBindItem (fieldIndex As Integer, item As ObjectListItem)

Parâmetros

fieldIndex
Int32

Indica a que valor de dados no ObjectListItem associar.Indicates which data value in the ObjectListItem to bind.

item
ObjectListItem

Item no ObjectList contendo os campos aos quais você deseja associar.Item in the ObjectList containing the fields you want to bind to.

Exceções

o DataField especificado não existe.the specified DataField does not exist.

Aplica-se a

Confira também