Udostępnij za pośrednictwem


FormReader.ReadNextPair Metoda

Definicja

Odczytuje następną parę wartości klucza z formularza. W przypadku danych niebuforowanych należy zamiast tego użyć przeciążenia asynchronicznego.

public:
 Nullable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ReadNextPair();
public System.Collections.Generic.KeyValuePair<string,string>? ReadNextPair ();
member this.ReadNextPair : unit -> Nullable<System.Collections.Generic.KeyValuePair<string, string>>
Public Function ReadNextPair () As Nullable(Of KeyValuePair(Of String, String))

Zwraca

Następna para wartości klucza lub wartość null po osiągnięciu końca formularza.

Dotyczy