SortFieldList.Insert, méthode (Int32, String, SortType)
Insère nouvel SortField portant le nom spécifié et SortType dans cette liste.
Espace de noms : Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly : Microsoft.TeamFoundation.WorkItemTracking.Client (dans Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntaxe
'Déclaration
Public Sub Insert ( _
index As Integer, _
name As String, _
sortType As SortType _
)
public void Insert(
int index,
string name,
SortType sortType
)
Paramètres
- index
Type : System.Int32
Index auquel insérer nouvel SortField.
- name
Type : System.String
Le nom du champ du nouvel SortField.
- sortType
Type : Microsoft.TeamFoundation.WorkItemTracking.Client.SortType
Le type de tri de nouvel SortField.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | L'index spécifié est hors limites. |
ArgumentException | SortField spécifié se produit déjà dans cette liste. |
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.Client, espace de noms