Share via


SortFieldList.Remove, méthode (String)

Supprime SortField portant le nom de champ spécifié 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 Remove ( _
    fieldName As String _
)
public void Remove(
    string fieldName
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

Le paramètre fieldName est null.

FieldDefinitionNotExistException

Le paramètre fieldname ne résout pas à FieldDefinitionexistant.

Sécurité .NET Framework

Voir aussi

Référence

SortFieldList Classe

Remove, surcharge

Microsoft.TeamFoundation.WorkItemTracking.Client, espace de noms