__VSTASKVALUEFLAGS Enumeration

 

Task Value flags returned by GetColumnValue.

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

[FlagsAttribute]
public enum __VSTASKVALUEFLAGS

Member nameDescription
TVF_BINARY_STATE

An enum with only two possible states. The user can switch the state by a UI action similar to selecting a check box.

TVF_EDITABLE

This value can be changed by the user.

TVF_ENUM

The value is not arbitrary, but may only be one of a limited set of strings provided by the task item.

TVF_FILENAME

This textual value will be treated as a file name.

TVF_HORZ_CENTER

The value is horizontally centered in the column.

TVF_HORZ_RIGHT

The value is aligned against the right edge of the column.

TVF_STRIKETHROUGH

The value is drawn with a strikethrough font style.

From vsshell80.idl:

Return to top
Show: