ReadOnlyMetadataCollection<T>.GetValue(String, Boolean) Méthode

Définition

Récupère un élément de cette collection en utilisant 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 une recherche ne respectant pas la casse ; sinon, false.

Retours

T

Élément de cette collection.

S’applique à