Langue

OptionsCache<TOptions>.TryRemove(String) Méthode

Définition

Tente de supprimer une instance d’options.

public:
 virtual bool TryRemove(System::String ^ name);
public virtual bool TryRemove(string? name);
abstract member TryRemove : string -> bool
override this.TryRemove : string -> bool
Public Overridable Function TryRemove (name As String) As Boolean

Paramètres

name
String

Nom de l’instance d’options.

Retours

true si quelque chose a été supprimé ; sinon, false.

Implémente

S’applique à