FamilyTypefaceCollection.IList.IndexOf(Object) Metodo

Definizione

Per una descrizione di questo membro, vedere IndexOf(Object).

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

Parametri

value
Object

Oggetto Object da individuare in FamilyTypefaceCollection.

Restituisce

Int32

Indice di value, se presente nell'elenco; in caso contrario, -1.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza FamilyTypefaceCollection a un'interfaccia IList.

Si applica a

Vedi anche