FileSystemEnumerable<TResult>.ShouldIncludePredicate 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 included.
public:
property System::IO::Enumeration::FileSystemEnumerable<TResult>::FindPredicate ^ ShouldIncludePredicate { System::IO::Enumeration::FileSystemEnumerable<TResult>::FindPredicate ^ get(); void set(System::IO::Enumeration::FileSystemEnumerable<TResult>::FindPredicate ^ value); };
public System.IO.Enumeration.FileSystemEnumerable<TResult>.FindPredicate? ShouldIncludePredicate { get; set; }
public System.IO.Enumeration.FileSystemEnumerable<TResult>.FindPredicate ShouldIncludePredicate { get; set; }
member this.ShouldIncludePredicate : System.IO.Enumeration.FileSystemEnumerable<'Result>.FindPredicate with get, set
Public Property ShouldIncludePredicate As FileSystemEnumerable(Of TResult).FindPredicate
Property Value
The include predicate.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.