AttributeTranslationCollection.Remove-Methode
Geschützte Member einschließen
Geerbte Member einschließen
Removes an AttributeTranslation from the collection.
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 | |
---|---|---|
Remove(Int32) | Removes the Translation, with the specified language, from the collection. (Geerbt von TranslationCollection.) | |
Remove(AttributeTranslation) | Removes the specified AttributeTranslation from the collection. | |
Remove(IModelComponent) | Removes the specified IModelComponent from the collection. (Geerbt von ModelComponentCollection.) | |
Remove(Translation) | Removes the specified Translation from the collection. (Geerbt von TranslationCollection.) | |
Remove(Int32, Boolean) | Infrastruktur Removes the Translation, with the specified language, from the collection. (Geerbt von TranslationCollection.) | |
Remove(AttributeTranslation, Boolean) | Infrastruktur Removes the specified AttributeTranslation from this collection. | |
Remove(Translation, Boolean) | Infrastruktur Removes the specified Translation from the collection. (Geerbt von TranslationCollection.) |
Zum Anfang