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

要插入物件的以零為起始之索引位置。

item
FamilyTypeface

要插入的 FamilyTypeface 物件。

實作

適用於