FileSystemEnumerable<TResult>.ShouldRecursePredicate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the predicate that can be used to verify if the TResults should be recursed.
public:
property System::IO::Enumeration::FileSystemEnumerable<TResult>::FindPredicate ^ ShouldRecursePredicate { System::IO::Enumeration::FileSystemEnumerable<TResult>::FindPredicate ^ get(); void set(System::IO::Enumeration::FileSystemEnumerable<TResult>::FindPredicate ^ value); };
public System.IO.Enumeration.FileSystemEnumerable<TResult>.FindPredicate? ShouldRecursePredicate { get; set; }
public System.IO.Enumeration.FileSystemEnumerable<TResult>.FindPredicate ShouldRecursePredicate { get; set; }
member this.ShouldRecursePredicate : System.IO.Enumeration.FileSystemEnumerable<'Result>.FindPredicate with get, set
Public Property ShouldRecursePredicate As FileSystemEnumerable(Of TResult).FindPredicate
Property Value
The recurse predicate.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.