IPatternContext.Test Method

Definition

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:
IPatternContext.cs
Source:
IPatternContext.cs
Source:
IPatternContext.cs
Source:
IPatternContext.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:
 bool Test(Microsoft::Extensions::FileSystemGlobbing::Abstractions::DirectoryInfoBase ^ directory);
public bool Test (Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase directory);
abstract member Test : Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase -> bool
Public Function Test (directory As DirectoryInfoBase) As Boolean

Parameters

directory
DirectoryInfoBase

Returns

Applies to

Test(FileInfoBase)

Source:
IPatternContext.cs
Source:
IPatternContext.cs
Source:
IPatternContext.cs
Source:
IPatternContext.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:
 Microsoft::Extensions::FileSystemGlobbing::Internal::PatternTestResult Test(Microsoft::Extensions::FileSystemGlobbing::Abstractions::FileInfoBase ^ file);
public 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 Function Test (file As FileInfoBase) As PatternTestResult

Parameters

Returns

Applies to