共用方式為


Remove 方法

Removes an AttributeTranslation from the collection.

多載清單 

  名稱 描述
公用方法 Remove(Int32) Removes the Translation, with the specified language, from the collection. (繼承自 TranslationCollection。)
公用方法 Remove(AttributeTranslation) Removes the specified AttributeTranslation from the collection.
受保護的方法 Remove(IModelComponent) (繼承自 ModelComponentCollection。)
公用方法 Remove(Translation) Removes the specified Translation from the collection. (繼承自 TranslationCollection。)
公用方法 Remove(Int32, Boolean) 基礎結構。 (繼承自 TranslationCollection。)
公用方法 Remove(AttributeTranslation, Boolean) 基礎結構。
公用方法 Remove(Translation, Boolean) 基礎結構。 (繼承自 TranslationCollection。)

頂端