PatternContext<TFrame>.Test Methode

Definitie

Overloads

Name Description
Test(DirectoryInfoBase)

Deze API ondersteunt infrastructuur en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt. Deze API kan in toekomstige releases worden gewijzigd of verwijderd.

Test(FileInfoBase)

Deze API ondersteunt infrastructuur en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt. Deze API kan in toekomstige releases worden gewijzigd of verwijderd.

Test(DirectoryInfoBase)

Bron:
PatternContext.cs
Bron:
PatternContext.cs
Bron:
PatternContext.cs
Bron:
PatternContext.cs

Deze API ondersteunt infrastructuur en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt. Deze API kan in toekomstige releases worden gewijzigd of verwijderd.

public:
 abstract bool Test(Microsoft::Extensions::FileSystemGlobbing::Abstractions::DirectoryInfoBase ^ directory);
public abstract bool Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase directory);
abstract member Test : Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase -> bool
Public MustOverride Function Test (directory As DirectoryInfoBase) As Boolean

Parameters

directory
DirectoryInfoBase

Retouren

Implementeringen

Van toepassing op

Test(FileInfoBase)

Bron:
PatternContext.cs
Bron:
PatternContext.cs
Bron:
PatternContext.cs
Bron:
PatternContext.cs

Deze API ondersteunt infrastructuur en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt. Deze API kan in toekomstige releases worden gewijzigd of verwijderd.

public:
 abstract Microsoft::Extensions::FileSystemGlobbing::Internal::PatternTestResult Test(Microsoft::Extensions::FileSystemGlobbing::Abstractions::FileInfoBase ^ file);
public abstract Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase file);
abstract member Test : Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase -> Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult
Public MustOverride Function Test (file As FileInfoBase) As PatternTestResult

Parameters

Retouren

Implementeringen

Van toepassing op