LocalizedNameAttribute.GetLocalizedString Method
Returns the correct localized extension name.
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblado: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Sintaxis
'Declaración
Protected Overridable Function GetLocalizedString ( _
value As String _
) As String
protected virtual string GetLocalizedString (
string value
)
protected:
virtual String^ GetLocalizedString (
String^ value
)
protected String GetLocalizedString (
String value
)
protected function GetLocalizedString (
value : String
) : String
Parámetros
- value
The language-neutral name of the extension.
Valor devuelto
A string containing the localized name of the extension.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
LocalizedNameAttribute Class
LocalizedNameAttribute Members
Microsoft.ReportingServices.Interfaces Namespace