FamilyTypefaceCollection.IndexOf(FamilyTypeface) Metodo

Definizione

Restituisce l'indice dell'oggetto FamilyTypeface specificato all'interno della raccolta.

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

Parametri

item
FamilyTypeface

Oggetto FamilyTypeface da individuare.

Restituisce

Int32

Indice in base zero di item, se trovato; in caso contrario -1.

Implementazioni

Si applica a