Freigeben über


IWithOptions<ReturnT>.WithOptionsAppend Methode

Definition

Fügt alle Optionen an aktuelle Optionen an.

public ReturnT WithOptionsAppend (System.Collections.Generic.IDictionary<string,string> options);
abstract member WithOptionsAppend : System.Collections.Generic.IDictionary<string, string> -> 'ReturnT
Public Function WithOptionsAppend (options As IDictionary(Of String, String)) As ReturnT

Parameter

options
IDictionary<String,String>

Die Optionen müssen angefügt werden.

Gibt zurück

ReturnT

Die nächste Updatephase.

Gilt für: