SPWebPartTransformerCollection.IndexOf - Méthode

Obtient le transformateur de composant WebPart à un index particulier dans la collection.

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

Syntaxe

'Déclaration
Public Function IndexOf ( _
    transformer As WebPartTransformer _
) As Integer
'Utilisation
Dim instance As SPWebPartTransformerCollection
Dim transformer As WebPartTransformer
Dim returnValue As Integer

returnValue = instance.IndexOf(transformer)
public int IndexOf(
    WebPartTransformer transformer
)

Paramètres

Valeur renvoyée

Type : System.Int32

Voir aussi

Référence

SPWebPartTransformerCollection classe

SPWebPartTransformerCollection - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms