TransformerTypeCollection.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
WebPartTransformer situé à index
.