DesignerAutoFormatCollection.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 ou définit un objet DesignerAutoFormat dans la collection à l'index spécifié.
public:
property System::Web::UI::Design::DesignerAutoFormat ^ default[int] { System::Web::UI::Design::DesignerAutoFormat ^ get(int index); };
public System.Web.UI.Design.DesignerAutoFormat this[int index] { get; }
member this.Item(int) : System.Web.UI.Design.DesignerAutoFormat
Default Public ReadOnly Property Item(index As Integer) As DesignerAutoFormat
Paramètres
- index
- Int32
Index de base zéro de DesignerAutoFormat à obtenir ou à définir dans la collection.
Valeur de propriété
DesignerAutoFormat à l’index spécifié dans la collection.
Exceptions
Remarques
Utilisez l’indexeur Item[] pour récupérer l’objet DesignerAutoFormat à l’index spécifié dans la collection ou pour définir le format à l’index spécifié dans la collection. Vous pouvez indexer des éléments dans la collection à l’aide de la notation de tableau. Par exemple, vous pouvez indexer un élément au niveau de l’index i
avec la notation AutoFormats(i)
pour Microsoft VisualBasic ou AutoFormats[i]
pour C#.
Lorsque vous avez une référence à l’objet DesignerAutoFormat et que vous avez besoin de l’index de l’objet dans la collection, utilisez la IndexOf méthode .