Partager via


GlyphCollection.Add(Glyph) Méthode

Définition

Ajoute un Glyph ayant la valeur spécifiée au GlyphCollection.

public:
 int Add(System::Windows::Forms::Design::Behavior::Glyph ^ value);
public int Add (System.Windows.Forms.Design.Behavior.Glyph value);
member this.Add : System.Windows.Forms.Design.Behavior.Glyph -> int
Public Function Add (value As Glyph) As Integer

Paramètres

value
Glyph

Glyph à ajouter à la fin de la collection.

Retours

Int32

Index au niveau duquel le nouvel élément a été inséré.

S’applique à