EmbeddedMailObjectsCollection.IndexOf(EmbeddedMailObject) 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.
Détermine l'index d'un EmbeddedMailObject spécifique dans EmbeddedMailObjectsCollection.
public:
int IndexOf(System::Web::UI::WebControls::EmbeddedMailObject ^ value);
public int IndexOf (System.Web.UI.WebControls.EmbeddedMailObject value);
member this.IndexOf : System.Web.UI.WebControls.EmbeddedMailObject -> int
Public Function IndexOf (value As EmbeddedMailObject) As Integer
Paramètres
- value
- EmbeddedMailObject
EmbeddedMailObject à trouver dans EmbeddedMailObjectsCollection.
Retours
Index de EmbeddedMailObject s'il existe dans la collection EmbeddedMailObjectsCollection ; sinon, -1.