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
- lcid
Type: System.UInt32
The LCID representing the language.
See Also
Reference
LocalizedNameCollection Members
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace