Partager via


LocalizedNameCollection.Add, méthode (Microsoft.Office.Server.ApplicationRegistry.Administration)

Adds a new localized name to the collection.

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    lcid As UInteger, _
    localizedName As String _
)
'Utilisation
Dim instance As LocalizedNameCollection
Dim lcid As UInteger
Dim localizedName As String

instance.Add(lcid, localizedName)
public void Add (
    uint lcid,
    string localizedName
)

Paramètres

  • lcid
    The LCID representing the language.
  • localizedName
    The localized name.

Voir aussi

Référence

LocalizedNameCollection, classe
Membres LocalizedNameCollection
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms