Partager via


TransformerTypeCollection.Item[Int32] Propriété

Définition

Obtient un membre de la collection d'après sa position dans la collection.

public:
 property Type ^ default[int] { Type ^ get(int index); };
public Type this[int index] { get; }
member this.Item(int) : Type
Default Public ReadOnly Property Item(index As Integer) As Type

Paramètres

index
Int32

Index d'un WebPartTransformer particulier dans une collection.

Valeur de propriété

Type

WebPartTransformer situé à index.

S’applique à