Share via


GlyphCollection.Insert(Int32, Glyph) 方法

定義

Glyph 插入 GlyphCollection中指定的索引處。

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)

參數

index
Int32

應該插入 value 之以零起始的索引。

value
Glyph

要插入的 Glyph

適用於