ObjectListItem.Item[] Właściwość

Definicja

Pobiera lub ustawia określone pole według indeksu lub nazwy. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

Przeciążenia

Item[Int32]

Pobiera lub ustawia określone pole według indeksu lub nazwy. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

Item[String]

Pobiera lub ustawia określone pole według indeksu lub nazwy. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

Item[Int32]

Pobiera lub ustawia określone pole według indeksu lub nazwy. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public:
 property System::String ^ default[int] { System::String ^ get(int index); void set(int index, System::String ^ value); };
public string this[int index] { get; set; }
member this.Item(int) : string with get, set
Default Public Property Item(index As Integer) As String

Parametry

index
Int32

Indeks pola w elemencie listy obiektów do pobrania lub ustawienia.

Wartość właściwości

Wartość pola z określonym indexelementem .

Zobacz też

Dotyczy

Item[String]

Pobiera lub ustawia określone pole według indeksu lub nazwy. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public:
 property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ key); void set(System::String ^ key, System::String ^ value); };
public string this[string key] { get; set; }
member this.Item(string) : string with get, set
Default Public Property Item(key As String) As String

Parametry

key
String

Nazwa pola w elemencie listy obiektów do pobrania lub ustawienia.

Wartość właściwości

Wartość pola z określonym keyelementem .

Uwagi

Musisz dopasować Name właściwość lub DataField pola listy obiektów.

Zobacz też

Dotyczy