FamilyTypefaceCollection.IndexOf(FamilyTypeface) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定的 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 对象。
返回
如果找到,则为从零开始的 item
索引;否则为 -1。