SPUserCodePropertyCollection.Insert - Méthode
Insère le spécifié SPUserCodeProperty dans la collection à l'index spécifié.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub Insert ( _
index As Integer, _
userCodeProperty As SPUserCodeProperty _
)
'Utilisation
Dim instance As SPUserCodePropertyCollection
Dim index As Integer
Dim userCodeProperty As SPUserCodeProperty
instance.Insert(index, userCodeProperty)
public void Insert(
int index,
SPUserCodeProperty userCodeProperty
)
Paramètres
index
Type : System.Int32Index de base zéro au niveau duquel l'objet est inséré.
userCodeProperty
Type : Microsoft.SharePoint.WebPartPages.SPUserCodePropertyL'objet de propriété qui sera inséré dans la collection.
Remarques
Cette méthode insère la SPUserCodeProperty dans la collection à l'index spécifié.
Voir aussi
Référence
SPUserCodePropertyCollection classe