Project.IsMatchingPath(string)
Method in Project
Summary
Gets a value indicating whether path is a path
that is included in this project.
public bool IsMatchingPath(string path)Parameters
| Name | Description |
|---|---|
string path | The path to check. |
Returns
true if path is a path
that is included in this project; false
otherwise.