Freigeben über


IWithOptions<ReturnT> Schnittstelle

Definition

Die Phase eines Ressourcenupdates, in der Optionen festgelegt werden können.

public interface IWithOptions<ReturnT>
type IWithOptions<'ReturnT> = interface
Public Interface IWithOptions(Of ReturnT)

Typparameter

ReturnT

Die nächste Phase des Updates.

Abgeleitet

Methoden

WithOption(String, String)

Gibt eine Option an.

WithOptionsAppend(IDictionary<String,String>)

Fügt alle Optionen an aktuelle Optionen an.

WithOptionsReplace(IDictionary<String,String>)

Ersetzen Sie die aktuellen Optionen durch neue Optionen.

WithoutOption(String)

Entfernt eine Option.

WithoutOptions()

Entfernt alle Optionen.

Gilt für: