Share via


LocalizedNameCollection.GetMergedEnumerator method

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.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetMergedEnumerator ( _
    settingId As String _
) As IEnumerator(Of LocalizedName)
'Usage
Dim instance As LocalizedNameCollection
Dim settingId As String
Dim returnValue As IEnumerator(Of LocalizedName)

returnValue = instance.GetMergedEnumerator(settingId)
public IEnumerator<LocalizedName> GetMergedEnumerator(
    string settingId
)

Parameters

Return value

Type: System.Collections.Generic.IEnumerator<LocalizedName>
An IEnumerator object.

See also

Reference

LocalizedNameCollection class

LocalizedNameCollection members

Microsoft.SharePoint.BusinessData.Administration namespace