Sdílet prostřednictvím


FormReader.ReadNextPair Metoda

Definice

Načte z formuláře další pár hodnot klíče. Pro data bez vyrovnávacích dat místo toho použijte 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

Další pár hodnot klíče nebo null při dosažení konce formuláře.

Platí pro