Partager via


GlyphCollection.Insert(Int32, Glyph) Méthode

Définition

Insère un élément Glyph dans GlyphCollection à l'index spécifié.

public:
 void Insert(int index, System::Windows::Forms::Design::Behavior::Glyph ^ value);
public void Insert (int index, System.Windows.Forms.Design.Behavior.Glyph value);
member this.Insert : int * System.Windows.Forms.Design.Behavior.Glyph -> unit
Public Sub Insert (index As Integer, value As Glyph)

Paramètres

index
Int32

Index de base zéro au niveau où value doit être insérée.

value
Glyph

Glyph à insérer.

S’applique à