SPScriptSafeCollection.InternalRemove - Méthode
Supprime un élément de la collection.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Protected Friend Sub InternalRemove ( _
item As String _
)
'Utilisation
Dim item As String
Me.InternalRemove(item)
protected internal void InternalRemove(
string item
)
Paramètres
item
Type : System.StringL'élément à supprimer de la collection.