Udostępnij przez


ReadOnlyMetadataCollection<T>.GetValue(String, Boolean) Metoda

Definicja

Pobiera element z tej kolekcji przy użyciu określonej tożsamości.

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

Parametry

identity
String

Tożsamość elementu do wyszukania.

ignoreCase
Boolean

true w celu przeprowadzenia wyszukiwania bez uwzględniania wielkości liter; w przeciwnym razie , false.

Zwraca

T

Element z tej kolekcji.

Dotyczy