ModelComponentCollection.IndexOf-Methode
Geschützte Member einschließen
Geerbte Member einschließen
Returns the zero-based index of the first occurrence of an IModelComponent in the ModelComponentCollection.
Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.
Überladungsliste
Name | Beschreibung | |
---|---|---|
IndexOf(String) | Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection. | |
IndexOf(IModelComponent) | Searches for the specified item and returns its zero-based index within the collection. |
Zum Anfang