Partager via


SPWebPartTransformerCollection.Insert - Méthode

Insère un transformateur de composant WebPart à un index spécifié dans la collection.

Espace de noms :  Microsoft.SharePoint.WebPartPages
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Sub Insert ( _
    index As Integer, _
    transformer As WebPartTransformer _
)
'Utilisation
Dim instance As SPWebPartTransformerCollection
Dim index As Integer
Dim transformer As WebPartTransformer

instance.Insert(index, transformer)
public void Insert(
    int index,
    WebPartTransformer transformer
)

Paramètres

Voir aussi

Référence

SPWebPartTransformerCollection classe

SPWebPartTransformerCollection - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms