__VSRELPATHSEARCHFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how to resolve a path search.
This enumeration supports a bitwise combination of its member values.
public enum class __VSRELPATHSEARCHFLAGS
public enum class __VSRELPATHSEARCHFLAGS
enum __VSRELPATHSEARCHFLAGS
[System.Flags]
public enum __VSRELPATHSEARCHFLAGS
[<System.Flags>]
type __VSRELPATHSEARCHFLAGS =
Public Enum __VSRELPATHSEARCHFLAGS
- Inheritance
-
__VSRELPATHSEARCHFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
RPS_MatchByProjectPath | -2147483648 | Matches by project path instead of MkDocument. |
RPS_UseAllSearchStrategies | 0 | Uses all strategies to resolve the relative path. |
RPS_SkipEnumProjectItems | 1 | Skips enumerating items of all projects. |
RPS_SkipGlobalResolvers | 2 | Skips asking globally registered implementors of IVsRelativePathResolver. |
Remarks
COM Signature
From vsshell.idl: