FamilyTypefaceCollection.IndexOf(FamilyTypeface) 方法

定义

返回指定的 FamilyTypeface 对象在集合中的索引。

public:
 virtual int IndexOf(System::Windows::Media::FamilyTypeface ^ item);
public int IndexOf (System.Windows.Media.FamilyTypeface item);
abstract member IndexOf : System.Windows.Media.FamilyTypeface -> int
override this.IndexOf : System.Windows.Media.FamilyTypeface -> int
Public Function IndexOf (item As FamilyTypeface) As Integer

参数

item
FamilyTypeface

要定位的 FamilyTypeface 对象。

返回

Int32

如果找到,则为从零开始的 item索引;否则为 -1。

实现

适用于