TipSuccesses Enumeration

Defines success codes for language services to return for tool tips.

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

Syntax

'Declaration
Public Enumeration TipSuccesses
public enum TipSuccesses
public enum class TipSuccesses
type TipSuccesses
public enum TipSuccesses

Members

Member name Description
TIP_S_ONLYIFNOMARKER Indicates that any error or success associated with a code marker takes precedence over any tool tip error or success.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace