RESOLVENAMEFLAGS Enumeration

Provides flags for ResolveName.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration RESOLVENAMEFLAGS
[FlagsAttribute]
public enum RESOLVENAMEFLAGS
[FlagsAttribute]
public enum class RESOLVENAMEFLAGS
[<FlagsAttribute>]
type RESOLVENAMEFLAGS
public enum RESOLVENAMEFLAGS

Members

Member name Description
RNF_BREAKPOINT Resolve names for the breakpoint.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace