Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Data structure for field index data.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Structure FieldIndexData
public struct FieldIndexData
public value class FieldIndexData
[<Sealed>]
type FieldIndexData = struct end
JScript supports the use of structures, but not the declaration of new ones.
The FieldIndexData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
FieldIndexData | Initializes a new FieldIndexData instance. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
FieldId | Gets or sets the field ID. |
![]() |
IsIndexed | Gets or sets a flag that describes whether this field is indexed. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Checks whether this FieldIndexData instance is equivalent to the specified object. (Overrides ValueType.Equals(Object).) |
![]() |
Equals(FieldIndexData) | Checks whether this FieldIndexData instance is equivalent to the specified object. |
![]() |
GetHashCode | Gets the hash code for this FieldIndexData instance. (Overrides ValueType.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Operator to check for equivalence. |
![]() ![]() |
Inequality | Operator to check for nonequivalence. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.