_VSOBJDESCOPTIONS Enum

Definition

Specifies object browser description text options.

public enum class _VSOBJDESCOPTIONS
public enum class _VSOBJDESCOPTIONS
enum _VSOBJDESCOPTIONS
public enum _VSOBJDESCOPTIONS
type _VSOBJDESCOPTIONS = 
Public Enum _VSOBJDESCOPTIONS
Inheritance
_VSOBJDESCOPTIONS

Fields

ODO_NONE 0

No options specified.

ODO_TOOLTIPDESC 1

Specifies that the description text be tool tip text.

ODO_USEFULLNAME 2

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.

Applies to