Partager via


IPathMatcher.Matches(IPath) Méthode

Définition

Indique si le chemin d’accès donné correspond au modèle de ce matcheur.

[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

Paramètres

path
IPath

chemin d’accès à mettre en correspondance

Retours

true si, et seulement si, le chemin correspond au modèle de ce matcheur

Attributs

Remarques

Indique si le chemin d’accès donné correspond au modèle de ce matcheur.

Documentation Java pour java.nio.file.PathMatcher.matches(java.nio.file.Path).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à