Freigeben über


IWithOptions<ReturnT>.WithOptionsReplace Methode

Definition

Ersetzen Sie die aktuellen Optionen durch neue Optionen.

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

Parameter

options
IDictionary<String,String>

Die Optionen müssen ersetzt werden.

Gibt zurück

ReturnT

Die nächste Updatephase.

Gilt für: