Partager via


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.Int32

    Index de base zéro au niveau duquel l'objet est inséré.

Remarques

Cette méthode insère la SPUserCodeProperty dans la collection à l'index spécifié.

Voir aussi

Référence

SPUserCodePropertyCollection classe

SPUserCodePropertyCollection - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms