LocalizedNameCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of localized names.

The LocalizedNameCollection type exposes the following members.

Methods

  Name Description
Public method Add(UInt32, String) Adds a new localized name to the collection using the specified locale ID and localized name.
Public method Add(UInt32, String, String) Adds a new localized name to the collection using the specified locale ID, localized name, and setting.
Public method Clear() Removes all the localized names from the collection.
Public method Clear(String) Removes all localized names that belong to the specified setting.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator() Gets the enumerator to enumerate through the collection.
Public method GetEnumerator(String) Gets the enumerator to enumerate through the collection by using the specified setting.
Public method GetHashCode (Inherited from Object.)
Public method GetMergedEnumerator Gets an enumerator for the localized names that enumerate all the localized names in the specified setting, and all the localized names with locale identifiers (LCIDs) that do not exist in the specified setting.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(UInt32) Removes the localized name for the specified locale identifier (LCID) from the collection.
Public method Remove(UInt32, String) Removes the localized name for the specified locale identifier (LCID) from the collection by using a setting identifier.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets the enumerator to enumerate through the collection.

Top

See Also

Reference

LocalizedNameCollection Class

Microsoft.SharePoint.BusinessData.Administration Namespace