IExpressionSearch.FindObjects<T>(Expression) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Xamarin.Forms プラットフォームによる内部使用向け。
public System.Collections.Generic.List<T> FindObjects<T>(System.Linq.Expressions.Expression expression) where T : class;
abstract member FindObjects : System.Linq.Expressions.Expression -> System.Collections.Generic.List<'T (requires 'T : null)> (requires 'T : null)
型パラメーター
- T
Xamarin.Forms プラットフォームによる内部使用向け。
パラメーター
- expression
- System.Linq.Expressions.Expression
Xamarin.Forms プラットフォームによる内部使用向け。
戻り値
System.Collections.Generic.List<T>
Xamarin.Forms プラットフォームによる内部使用向け。