Delen via


AttributeTranslationCollection.Contains Method

Include Protected Members
Include Inherited Members

Indicates whether the collection contains an AttributeTranslation.

Overload List

  Name Description
Protected method Contains(String) Determines whether an item with the specified key is in the ModelComponentCollection. (Inherited from ModelComponentCollection.)
Public method Contains(Int32) Indicates whether the collection contains a Translation with the specified language. (Inherited from TranslationCollection.)
Public method Contains(AttributeTranslation) Indicates whether the collection contains the specified AttributeTranslation.
Protected method Contains(IModelComponent) (Inherited from ModelComponentCollection.)
Public method Contains(Translation) Indicates whether the collection contains a specified Translation. (Inherited from TranslationCollection.)

Top