Share via


FormReader.ReadNextPair メソッド

定義

フォームから次のキー値ペアを読み取ります。 バッファーされていないデータの場合は、代わりに非同期オーバーロードを使用します。

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

戻り値

次のキー値ペア、またはフォームの末尾に達したときに null。

適用対象