FormReader.ReadNextPair Metoda

Definice

Načte z formuláře dvojici hodnot dalšího klíče. U nepřipojených dat použijte místo toho asynchronní přetížení.

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))

Návraty

Nullable<KeyValuePair<String,String>>

Při dosažení konce formuláře se zobrazí dvojice hodnot dalšího klíče nebo hodnota null.

Platí pro