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