ReadOnlyMetadataCollection<T>.GetValue(String, Boolean) Método
Definição
Recupera um item desta coleção usando a identidade especificada.Retrieves an item from this collection by using the specified identity.
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
Parâmetros
- identity
- String
A identidade do item a ser pesquisado.The identity of the item to be searched for.
- ignoreCase
- Boolean
true para realizar a pesquisa que não diferencia maiúsculas de minúsculas; caso contrário, false.true to perform the case-insensitive search; otherwise, false.
Retornos
- T
Um item dessa coleção.An item from this collection.