Partager via


Méthode LocalizedNameAttribute.GetLocalizedString

Returns the correct localized extension name.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Protected Overridable Function GetLocalizedString ( _
    value As String _
) As String
'Utilisation
Dim value As String 
Dim returnValue As String 

returnValue = Me.GetLocalizedString(value)
protected virtual string GetLocalizedString(
    string value
)
protected:
virtual String^ GetLocalizedString(
    String^ value
)
abstract GetLocalizedString : 
        value:string -> string  
override GetLocalizedString : 
        value:string -> string
protected function GetLocalizedString(
    value : String
) : String

Paramètres

  • value
    Type : System.String
    The language-neutral name of the extension.

Valeur de retour

Type : System.String
A string containing the localized name of the extension.

Voir aussi

Référence

LocalizedNameAttribute Classe

Espace de noms Microsoft.ReportingServices.Interfaces