Udostępnij za pośrednictwem


PatternContext<TFrame>.Test Metoda

Definicja

Przeciążenia

Test(DirectoryInfoBase)

Ten interfejs API obsługuje infrastrukturę i nie jest przeznaczony do użycia bezpośrednio z kodu. Ten interfejs API może ulec zmianie lub zostać usunięty w przyszłych wersjach.

Test(FileInfoBase)

Ten interfejs API obsługuje infrastrukturę i nie jest przeznaczony do użycia bezpośrednio z kodu. Ten interfejs API może ulec zmianie lub zostać usunięty w przyszłych wersjach.

Test(DirectoryInfoBase)

Źródło:
PatternContext.cs
Źródło:
PatternContext.cs
Źródło:
PatternContext.cs
Źródło:
PatternContext.cs

Ten interfejs API obsługuje infrastrukturę i nie jest przeznaczony do użycia bezpośrednio z kodu. Ten interfejs API może ulec zmianie lub zostać usunięty w przyszłych wersjach.

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

Parametry

directory
DirectoryInfoBase

Zwraca

Implementuje

Dotyczy

Test(FileInfoBase)

Źródło:
PatternContext.cs
Źródło:
PatternContext.cs
Źródło:
PatternContext.cs
Źródło:
PatternContext.cs

Ten interfejs API obsługuje infrastrukturę i nie jest przeznaczony do użycia bezpośrednio z kodu. Ten interfejs API może ulec zmianie lub zostać usunięty w przyszłych wersjach.

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

Parametry

Zwraca

Implementuje

Dotyczy