__VSRELPATHSEARCHFLAGS Enumeration
Visual Studio 2015
Specifies how to resolve a path search.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| RPS_MatchByProjectPath | Matches by project path instead of MkDocument. | |
| RPS_SkipEnumProjectItems | Skips enumerating items of all projects. | |
| RPS_SkipGlobalResolvers | Skips asking globally registered implementors of IVsRelativePathResolver. | |
| RPS_UseAllSearchStrategies | Uses all strategies to resolve the relative path. |
From vsshell.idl:
Show: