다음을 통해 공유


GlyphCollection.Insert(Int32, Glyph) 메서드

정의

GlyphCollection의 지정된 인덱스에 Glyph를 삽입합니다.

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입니다.

적용 대상