_NavigableLocationResolverFlags 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 a location path should be resolved.
This enumeration supports a bitwise combination of its member values.
public enum class _NavigableLocationResolverFlags
public enum class _NavigableLocationResolverFlags
enum _NavigableLocationResolverFlags
[System.Flags]
public enum _NavigableLocationResolverFlags
[<System.Flags>]
type _NavigableLocationResolverFlags =
Public Enum _NavigableLocationResolverFlags
- Inheritance
-
_NavigableLocationResolverFlags
- Attributes
Fields
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. |
Remarks
COM Signature
From textmgr.idl: