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.