Udostępnij przez


Metoda LocalizedNameAttribute.GetLocalizedString

Zwraca prawidłowego zlokalizowana nazwa rozszerzenia.

Przestrzeń nazw:  Microsoft.ReportingServices.Interfaces
Zestawy:   Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)

Składnia

'Deklaracja
Protected Overridable Function GetLocalizedString ( _
    value As String _
) As String
'Użycie
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

Parametry

Wartość zwracana

Typ: System.String
A ciąg zawierający zlokalizowaną nazwę rozszerzenia.