Partager via


SPResourceManager.GetString - Méthode (String, CultureInfo)

Ce membre remplace ResourceManager.GetString(String, CultureInfo).

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll);  Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)

Syntaxe

'Déclaration
Public Overrides Function GetString ( _
    name As String, _
    culture As CultureInfo _
) As String
'Utilisation
Dim instance As SPResourceManager
Dim name As String
Dim culture As CultureInfo
Dim returnValue As String

returnValue = instance.GetString(name, _
    culture)
public override string GetString(
    string name,
    CultureInfo culture
)

Paramètres

Valeur renvoyée

Type : System.String

Voir aussi

Référence

SPResourceManager classe

SPResourceManager - Membres

GetString - Surcharge

Microsoft.SharePoint.Client - Espace de noms