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.