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

0부터 시작하는 인덱스 item(있는 경우)이고, 그렇지 않으면 -1입니다.

구현

적용 대상