_NavigableLocationResolverFlags Enumeration
Visual Studio 2015
Specifies how a location path should be resolved.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| NLR_ABSOLUTEPATH | The absolute path of the location is specified. | |
| NLR_PARTIALPATH | The partial path to location is specified | |
| NLR_URL | The location is a URL. |
From textmgr.idl:
Show: