IWorkspaceFileMatcher.IsMatch(String, Boolean) 方法

定义

根据规则匹配项

public:
 bool IsMatch(System::String ^ fullPath, bool isFolder);
public:
 bool IsMatch(Platform::String ^ fullPath, bool isFolder);
bool IsMatch(std::wstring const & fullPath, bool isFolder);
public bool IsMatch (string fullPath, bool isFolder);
abstract member IsMatch : string * bool -> bool
Public Function IsMatch (fullPath As String, isFolder As Boolean) As Boolean

参数

fullPath
String

项的 fullPath

isFolder
Boolean

项目是一个文件夹

返回

Boolean

true,已筛选出项

适用于