ObjectListFieldCollection.IndexOf Méthode
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.
Retourne l'index d'un champ. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.
Surcharges
IndexOf(String) |
Retourne l'index d'un champ. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET. |
IndexOf(ObjectListField) |
Retourne l'index d'un champ. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET. |
IndexOf(String)
Retourne l'index d'un champ. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.
public:
virtual int IndexOf(System::String ^ fieldIDOrName);
public int IndexOf (string fieldIDOrName);
abstract member IndexOf : string -> int
override this.IndexOf : string -> int
Public Function IndexOf (fieldIDOrName As String) As Integer
Paramètres
Retours
Index du champ spécifié.
Implémente
Remarques
Dans la deuxième version de cette méthode, il recherche un champ avec la Title propriété fieldId
et retourne le premier champ correspondant. Si aucune correspondance n’est trouvée, il recherche un champ avec le paramètre de fieldID
la DataField propriété et retourne le premier champ correspondant. Sinon, retourne -1.
Voir aussi
- ObjectListField
- IndexOf(MobileListItem)
- IndexOf(String)
- IndexOf(ObjectListField)
- IndexOf(ObjectListItem)
- Présentation du contrôle ObjectList
S’applique à
IndexOf(ObjectListField)
Retourne l'index d'un champ. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.
public:
virtual int IndexOf(System::Web::UI::MobileControls::ObjectListField ^ field);
public int IndexOf (System.Web.UI.MobileControls.ObjectListField field);
abstract member IndexOf : System.Web.UI.MobileControls.ObjectListField -> int
override this.IndexOf : System.Web.UI.MobileControls.ObjectListField -> int
Public Function IndexOf (field As ObjectListField) As Integer
Paramètres
- field
- ObjectListField
Champ à rechercher dans la collection spécifiée.
Retours
Index du champ spécifié.
Implémente
Remarques
Dans la première version de cette méthode, elle retourne l’index du champ spécifié. Si le champ spécifié ne figure pas dans la collection, il retourne -1.
Voir aussi
- ObjectListField
- IndexOf(MobileListItem)
- IndexOf(String)
- IndexOf(ObjectListField)
- IndexOf(ObjectListItem)
- Présentation du contrôle ObjectList