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

オブジェクトを挿入する位置の 0 から始まるインデックス位置。

item
FamilyTypeface

挿入する FamilyTypeface オブジェクト。

実装

適用対象