FileSystemEnumerable<TResult>.FindPredicate 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
封裝用來篩選出尋找結果的方法。
public: delegate bool FileSystemEnumerable<TResult>::FindPredicate(FileSystemEntry % entry);
public delegate bool FileSystemEnumerable<TResult>.FindPredicate(ref FileSystemEntry entry);
type FileSystemEnumerable<'Result>.FindPredicate = delegate of FileSystemEntry -> bool
Public Delegate Function FileSystemEnumerable(Of TResult).FindPredicate(ByRef entry As FileSystemEntry) As Boolean
參數
- entry
- FileSystemEntry
檔案系統項目的參考會以述詞條件進行評估。
傳回值
如果符合述詞條件,則為 true
;否則為 false
。
擴充方法
GetMethodInfo(Delegate) |
取得表示特定委派所代表之方法的物件。 |