Kommentar
Å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.
Describes the data type of a Field.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
<GenerateAllConstantsAttribute(Nothing)> _
Public Enumeration FieldType
[GenerateAllConstantsAttribute(null)]
public enum FieldType
[GenerateAllConstantsAttribute(nullptr)]
public enum class FieldType
[<GenerateAllConstantsAttribute(null)>]
type FieldType
public enum FieldType
Members
| Member name | Description | |
|---|---|---|
| Boolean | The field type is Boolean. | |
| DateTime | The field is a DateTime object. | |
| Double | The field is a double. | |
| Guid | The field is a Guid. | |
| History | The field is a history item. | |
| Html | The field is HTML. | |
| Integer | The field is an integer. | |
| Internal | ||
| PlainText | The field is plain text. | |
| String | The field is a string. | |
| TreePath | The field is a tree path. |
Remarks
The members of this enum are used in FieldDefinition.FieldType.