ViewFieldCollection.Remove - Méthode
Supprime de la collection le champ portant le nom interne de champ spécifié.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
strField As String _
)
'Utilisation
Dim instance As ViewFieldCollection
Dim strField As String
instance.Remove(strField)
public void Remove(
string strField
)
Paramètres
strField
Type : System.StringSpécifie le nom du champ interne.
Exceptions
Exception | Condition |
---|---|
[Microsoft.SharePoint.SPException] | Champ n'existe pas dans la collection de sites. Code d'erreur :-2146232832. |
Remarques
une référence Null (Rien dans Visual Basic)ne doit pas être.