Specifies the value types returned by GetColumnValue.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration __VSTASKVALUETYPE
public enum __VSTASKVALUETYPE
public enum class __VSTASKVALUETYPE
type __VSTASKVALUETYPE
public enum __VSTASKVALUETYPE
Members
| Member name | Description | |
|---|---|---|
| TVT_BASE10 | A number displayed in decimal notation. | |
| TVT_IMAGE | An indexed image in the image list provided by the task provider. | |
| TVT_LINKTEXT | Text with underlined links displayed between “@” characters (the delimiters are not displayed). | |
| TVT_NULL | A null reference. | |
| TVT_TEXT | Arbitrary text. |