Sdílet prostřednictvím


FamilyTypefaceCollection.Insert(Int32, FamilyTypeface) Metoda

Definice

Vloží zadaný FamilyTypeface objekt na zadanou pozici indexu v kolekci.

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)

Parametry

index
Int32

Umístění indexu založeného na nule pro vložení objektu.

item
FamilyTypeface

Objekt FamilyTypeface , který chcete vložit.

Implementuje

Platí pro