FlexReport for WinForms
TryGetValue メソッド (C1KeyedList<TKey,TItem>)


C1.Document アセンブリ > C1.Document 名前空間 > C1KeyedList<TKey,TItem> クラス : TryGetValue メソッド
The specified key.
The page of document.
Gets the page by specified key.
シンタックス
'宣言
 
Public Function TryGetValue( _
   ByVal key As TKey, _
   ByRef item As TItem _
) As System.Boolean
'使用法
 
Dim instance As C1KeyedList(Of TKey,TItem)
Dim key As TKey
Dim item As TItem
Dim value As System.Boolean
 
value = instance.TryGetValue(key, item)
public System.bool TryGetValue( 
   TKey key,
   out TItem item
)

パラメータ

key
The specified key.
item
The page of document.

戻り値の型

True if item was found in C1KeyedList<TKey,TItem>;false otherwise.
参照

参照

C1KeyedList<TKey,TItem> クラス
C1KeyedList<TKey,TItem> メンバ