Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies how to resolve a path search.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSRELPATHSEARCHFLAGS
'Usage
Dim instance As __VSRELPATHSEARCHFLAGS
[FlagsAttribute]
public enum __VSRELPATHSEARCHFLAGS
[FlagsAttribute]
public enum class __VSRELPATHSEARCHFLAGS
[<FlagsAttribute>]
type __VSRELPATHSEARCHFLAGS
public enum __VSRELPATHSEARCHFLAGS
Members
| Member name | Description | |
|---|---|---|
| RPS_UseAllSearchStrategies | Uses all strategies to resolve the relative path. | |
| RPS_SkipEnumProjectItems | Skips enumerating items of all projects. | |
| RPS_SkipGlobalResolvers | Skips asking globally registered implementors of IVsRelativePathResolver. | |
| RPS_MatchByProjectPath | Matches by project path instead of MkDocument. |
Remarks
COM Signature
From vsshell.idl: