ITree<TKey,TValue>.find メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したキーに一致する要素を検索します。
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
パラメーター
- unnamedParam1
- ContainerBidirectionalIterator<TValue>
見つかった要素の 1 つを指定する反復子。要素が見つからなかった場合は end(ContainerBidirectionalIterator<TValue>)。
- _Keyval
- TKey
検索するキー値。
注釈
詳細については、「 hash_map::find (STL/CLR)」、「 hash_multimap::find (STL/CLR)」、「 hash_set::find (STL/CLR)」、 および「hash_multiset::find (STL/CLR)」を参照してください。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET