FamilyTypefaceCollection.Insert(Int32, FamilyTypeface) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定 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 对象。