Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Task Value flags returned by GetColumnValue.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSTASKVALUEFLAGS
'Usage
Dim instance As __VSTASKVALUEFLAGS
[FlagsAttribute]
public enum __VSTASKVALUEFLAGS
[FlagsAttribute]
public enum class __VSTASKVALUEFLAGS
public enum __VSTASKVALUEFLAGS
Members
Member name | Description | |
---|---|---|
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_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_HORZ_RIGHT | The value is aligned against the right edge of the column. | |
TVF_HORZ_CENTER | The value is horizontally centered in the column. | |
TVF_STRIKETHROUGH | The value is drawn with a strikethrough font style. | |
TVF_FILENAME | This textual value will be treated as a file name. |
Remarks
COM Signature
From vsshell80.idl: