IObjectListFieldCollection.GetAll Método

Definição

Retorna uma matriz de todos os itens na coleção ObjectListField.Returns an array of all the items in the ObjectListField collection. 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:
 cli::array <System::Web::UI::MobileControls::ObjectListField ^> ^ GetAll();
public System.Web.UI.MobileControls.ObjectListField[] GetAll ();
abstract member GetAll : unit -> System.Web.UI.MobileControls.ObjectListField[]
Public Function GetAll () As ObjectListField()

Retornos

ObjectListField[]

Uma matriz de todos os itens na coleção.An array of all the items in the collection.

Aplica-se a