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 を挿入する位置の、0 から始まるインデックス番号。

value
Glyph

挿入する Glyph

適用対象