GlyphCollection.Insert(Int32, Glyph) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 から始まるインデックス番号。