Share via


LocalizedNameCollection.Remove Method

Removes the localized name for the specified LCID from the collection.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Sub Remove ( _
    lcid As UInteger _
)
'Usage
Dim instance As LocalizedNameCollection
Dim lcid As UInteger

instance.Remove(lcid)
public void Remove(
    uint lcid
)

Parameters

See Also

Reference

LocalizedNameCollection Class

LocalizedNameCollection Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace