PatternContext<TFrame>.Test Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
- file
- FileInfoBase