TableLayoutStyleCollection.IList.IndexOf(Object) Metodo

Definizione

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

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

Parametri

style
Object

Oggetto Object da individuare in IList.

Restituisce

Int32

Indice di style, 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 TableLayoutStyleCollection a un'interfaccia IList.

Si applica a