__VSTASKVALUETYPE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the value types returned by GetColumnValue(Int32, UInt32, UInt32, Object, String).
public enum class __VSTASKVALUETYPE
public enum class __VSTASKVALUETYPE
enum __VSTASKVALUETYPE
public enum __VSTASKVALUETYPE
type __VSTASKVALUETYPE =
Public Enum __VSTASKVALUETYPE
- Inheritance
-
__VSTASKVALUETYPE
Fields
Name | Value | Description |
---|---|---|
TVT_NULL | 0 | A null reference. |
TVT_TEXT | 1 | Arbitrary text. |
TVT_LINKTEXT | 2 | Text with underlined links displayed between “@” characters (the delimiters are not displayed). |
TVT_BASE10 | 3 | A number displayed in decimal notation. |
TVT_IMAGE | 4 | An indexed image in the image list provided by the task provider. |