__VSTASKVALUEFLAGS Enum

Definition

Task Value flags returned by GetColumnValue(Int32, UInt32, UInt32, Object, String).

This enumeration supports a bitwise combination of its member values.

public enum class __VSTASKVALUEFLAGS
public enum class __VSTASKVALUEFLAGS
enum __VSTASKVALUEFLAGS
[System.Flags]
public enum __VSTASKVALUEFLAGS
[<System.Flags>]
type __VSTASKVALUEFLAGS = 
Public Enum __VSTASKVALUEFLAGS
Inheritance
__VSTASKVALUEFLAGS
Attributes

Fields

TVF_BINARY_STATE 4

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 1

This value can be changed by the user.

TVF_ENUM 2

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

TVF_FILENAME 64

This textual value will be treated as a file name.

TVF_HORZ_CENTER 16

The value is horizontally centered in the column.

TVF_HORZ_RIGHT 8

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

TVF_STRIKETHROUGH 32

The value is drawn with a strikethrough font style.

Remarks

COM Signature

From vsshell80.idl:

Applies to