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 对象。

实现

适用于