IPathMatcher.Matches(IPath) 方法

定义

指示给定路径是否与此匹配者的模式匹配。

[Android.Runtime.Register("matches", "(Ljava/nio/file/Path;)Z", "GetMatches_Ljava_nio_file_Path_Handler:Java.Nio.FileNio.IPathMatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)]
public bool Matches (Java.Nio.FileNio.IPath? path);
[<Android.Runtime.Register("matches", "(Ljava/nio/file/Path;)Z", "GetMatches_Ljava_nio_file_Path_Handler:Java.Nio.FileNio.IPathMatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
abstract member Matches : Java.Nio.FileNio.IPath -> bool

参数

path
IPath

要匹配的路径

返回

true 如果且仅当路径与此匹配者的模式匹配时

属性

注解

指示给定路径是否与此匹配者的模式匹配。

适用于 . 的 java.nio.file.PathMatcher.matches(java.nio.file.Path)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于