Метод GetLocalizedString
Returns the correct localized extension name.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборки: Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
Синтаксис
'Декларация
Protected Overridable Function GetLocalizedString ( _
value As String _
) As String
'Применение
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
Параметры
- value
Тип System. . :: . .String
The language-neutral name of the extension.
Возвращаемое значение
Тип System. . :: . .String
A string containing the localized name of the extension.