ReadOnlyMetadataCollection<T>.GetValue(String, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère un élément de cette collection à l’aide de l’identité spécifiée.
public:
virtual T GetValue(System::String ^ identity, bool ignoreCase);
public virtual T GetValue(string identity, bool ignoreCase);
abstract member GetValue : string * bool -> 'T
override this.GetValue : string * bool -> 'T
Public Overridable Function GetValue (identity As String, ignoreCase As Boolean) As T
Paramètres
- identity
- String
Identité de l’élément à rechercher.
- ignoreCase
- Boolean
true pour effectuer la recherche sans respect de la casse ; sinon, false.
Retours
Élément de cette collection.