Metodo GetLocalizedString
Returns the correct localized extension name.
Spazio dei nomi: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Sintassi
'Dichiarazione
Protected Overridable Function GetLocalizedString ( _
value As String _
) As String
'Utilizzo
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
Parametri
- value
Tipo: System. . :: . .String
The language-neutral name of the extension.
Valore restituito
Tipo: System. . :: . .String
A string containing the localized name of the extension.