GlyphCollection.IndexOf(Glyph) 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 de Glyph dans GlyphCollection.
public:
int IndexOf(System::Windows::Forms::Design::Behavior::Glyph ^ value);
public int IndexOf(System.Windows.Forms.Design.Behavior.Glyph value);
member this.IndexOf : System.Windows.Forms.Design.Behavior.Glyph -> int
Public Function IndexOf (value As Glyph) As Integer
Paramètres
Retours
Index de Glyph de value dans GlyphCollection, s'il existe ; sinon, -1.