PatternContext<TFrame>.Test Method
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.
Overloads
Test(DirectoryInfoBase) |
This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases. |
Test(FileInfoBase) |
This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases. |
Test(DirectoryInfoBase)
- Source:
- PatternContext.cs
- Source:
- PatternContext.cs
- Source:
- PatternContext.cs
- Source:
- PatternContext.cs
This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
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
Returns
Implements
Applies to
Test(FileInfoBase)
- Source:
- PatternContext.cs
- Source:
- PatternContext.cs
- Source:
- PatternContext.cs
- Source:
- PatternContext.cs
This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
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