__VSRELPATHSEARCHFLAGS Enumeration

 

Specifies how to resolve a path search.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum __VSRELPATHSEARCHFLAGS

Member nameDescription
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:

Return to top
Show: