ObjectListFieldCollection.SetAll(ObjectListField[]) Método

Definição

Define a matriz de ObjectListItem objetos como .ObjectListFieldCollection Essa API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Mobile Apps & Sites com ASP.NET.

public:
 void SetAll(cli::array <System::Web::UI::MobileControls::ObjectListField ^> ^ value);
public void SetAll(System.Web.UI.MobileControls.ObjectListField[] value);
member this.SetAll : System.Web.UI.MobileControls.ObjectListField[] -> unit
Public Sub SetAll (value As ObjectListField())

Parâmetros

value
ObjectListField[]

A ObjectListItem matriz.

Aplica-se a

Confira também