SortFieldCollection.Item, propriété (String)
Espace de noms : Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly : Microsoft.TeamFoundation.WorkItemTracking.Controls (dans Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Item ( _
fieldName As String _
) As SortField
public SortField this[
string fieldName
] { get; }
Paramètres
- fieldName
Type : System.String
Valeur de propriété
Type : Microsoft.TeamFoundation.WorkItemTracking.Controls.SortField
retourne SortField ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.WorkItemTracking.Controls, espace de noms