次の方法で共有


LocalizedNameAttribute.GetLocalizedString メソッド

拡張機能のローカライズされた正しい名前を返します。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.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
    拡張機能のニュートラル言語の名前です。

戻り値

型: System.String
拡張機能のローカライズされた名前を表す string です。

関連項目

参照

LocalizedNameAttribute クラス

Microsoft.ReportingServices.Interfaces 名前空間