GrapeCity ActiveReports for .NET 16.0J
FindAll メソッド

GrapeCity.ActiveReports.PageReportModel 名前空間 > StyleSheet クラス : FindAll メソッド
The Predicate delegate that defines the conditions of the elements to search for.
Retrieves all the elements that match the conditions defined by the specified predicate.
シンタックス
'宣言
 
Public Function FindAll( _
   ByVal match As Predicate(Of Style) _
) As List(Of T)
public List<T> FindAll( 
   Predicate<Style> match
)

パラメータ

match
The Predicate delegate that defines the conditions of the elements to search for.

戻り値の型

A List containing all the elements that match the conditions defined by the specified predicate, if found; otherwise, an empty List.
例外
例外解説
match is null 参照 (Visual Basicでは Nothing).
参照

StyleSheet クラス
StyleSheet メンバ