_VSOBJDESCOPTIONS Enumeration

Specifies object browser description text options.

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

Syntax

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

Members

Member name Description
ODO_NONE No options specified.
ODO_TOOLTIPDESC Specifies that the description text be tool tip text.
ODO_USEFULLNAME Specifies that the object's fully qualified name be used.

Remarks

COM Signature

From vsshell.idl:

The environment uses the _VSOBJDESCOPTIONS enumeration to specify that you should return the fully qualified name of an item. This enumeration also provides an alternative tip text mechanism. The environment will initially call GetTipText on the item. If you return E_NOTIMPL, the environment calls FillDescription with the ODO_TOOLTIPDESC flag set.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace