_NavigableLocationResolverFlags Enumeration

 

Specifies how a location path should be resolved.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[FlagsAttribute]
public enum _NavigableLocationResolverFlags

Member nameDescription
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:

Return to top
Show: