FamilyTypefaceCollection.Insert(Int32, FamilyTypeface) 메서드

정의

컬렉션의 지정된 인덱스 위치에 지정된 FamilyTypeface 개체를 삽입합니다.

public:
 virtual void Insert(int index, System::Windows::Media::FamilyTypeface ^ item);
public void Insert (int index, System.Windows.Media.FamilyTypeface item);
abstract member Insert : int * System.Windows.Media.FamilyTypeface -> unit
override this.Insert : int * System.Windows.Media.FamilyTypeface -> unit
Public Sub Insert (index As Integer, item As FamilyTypeface)

매개 변수

index
Int32

개체를 삽입할 인덱스 위치(0부터 시작)입니다.

item
FamilyTypeface

삽입할 FamilyTypeface 개체입니다.

구현

적용 대상