FieldIndexData Structure
Data structure for field index data.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaración
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. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Gets the hash code for this FieldIndexData instance. (Overrides ValueType.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (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.