FamilyTypefaceCollection.Insert(Int32, FamilyTypeface) Metoda

Definicja

Wstawia określony FamilyTypeface obiekt na określonej pozycji indeksu w kolekcji.

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

Położenie indeksu opartego na zera, aby wstawić obiekt.

item
FamilyTypeface

FamilyTypeface Obiekt do wstawienia.

Implementuje

Dotyczy