GlyphCollection.Insert(Int32, Glyph) 方法

定义

将 a GlyphGlyphCollection 插入到指定索引处。

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 插入的。

适用于