FamilyTypefaceCollection.Insert(Int32, FamilyTypeface) Metodo

Definizione

Inserisce l'oggetto specificato FamilyTypeface in corrispondenza della posizione di indice specificata nell'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 dell'indice in base zero per inserire l'oggetto.

item
FamilyTypeface

Oggetto FamilyTypeface da inserire.

Implementazioni

Si applica a