_NavigableLocationResolverFlags Enum
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 a location path should be resolved.
This enumeration supports a bitwise combination of its member values.
public enum class _NavigableLocationResolverFlags
C++/CX
public enum class _NavigableLocationResolverFlags
enum _NavigableLocationResolverFlags
[System.Flags]
public enum _NavigableLocationResolverFlags
[<System.Flags>]
type _NavigableLocationResolverFlags =
Public Enum _NavigableLocationResolverFlags
- Inheritance
-
_NavigableLocationResolverFlags
- Attributes
Name | Value | Description |
---|---|---|
NLR_ABSOLUTEPATH | 1 | The absolute path of the location is specified. |
NLR_PARTIALPATH | 2 | The partial path to location is specified |
NLR_URL | 16 | The location is a URL. |
From textmgr.idl:
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |