ITree<TKey,TValue>.find Metoda

Definice

Vyhledá prvek, který odpovídá zadanému klíči.

public:
 void ^ find(Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ % unnamedParam1, TKey _Keyval);
public void find (ref Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> unnamedParam1, TKey _Keyval);
abstract member find : ContainerBidirectionalIterator * 'Key -> unit
Public Function find (ByRef unnamedParam1 As ContainerBidirectionalIterator(Of TValue), _Keyval As TKey) As Void

Parametry

unnamedParam1
ContainerBidirectionalIterator<TValue>

Iterátor, který určuje jeden z nalezených prvků; nebo end(ContainerBidirectionalIterator<TValue>) pokud nebyl nalezen žádný prvek.

_Keyval
TKey

Hodnota klíče, kterou chcete vyhledat.

Poznámky

Další informace najdete v tématech hash_map::find (STL/CLR),hash_multimap::find (STL/CLR), hash_set::find (STL/CLR) a hash_multiset::find (STL/CLR).

Platí pro