__VSTASKVALUETYPE Enumeration

 

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)

public enum __VSTASKVALUETYPE

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

Return to top
Show: