GlyphCollection.Insert(Int32, Glyph) 메서드

정의

지정된 인덱스에 삽입 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 인덱스(0부터 시작)입니다.

value
Glyph

삽입할 항목입니다 Glyph .

적용 대상