_VSOBJDESCOPTIONS Enumeration

 

Specifies object browser description text options.

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

public enum _VSOBJDESCOPTIONS

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

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.

Return to top
Show: