FamilyTypefaceCollection.Insert(Int32, FamilyTypeface) Metodo

Definizione

Inserisce l'oggetto FamilyTypeface indicato nella posizione di indice specificata all'interno dell'insieme.

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)

Parametri

index
Int32

Posizione di indice in base zero in cui inserire l'oggetto.

item
FamilyTypeface

Oggetto FamilyTypeface da inserire.

Implementazioni

Si applica a