LocalizedNameAttribute 생성자 (String)
Initializes a new instance of the LocalizedNameAttribute class.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
구문
‘선언
Public Sub New ( _
name As String _
)
‘사용 방법
Dim name As String
Dim instance As New LocalizedNameAttribute(name)
public LocalizedNameAttribute(
string name
)
public:
LocalizedNameAttribute(
String^ name
)
new :
name:string -> LocalizedNameAttribute
public function LocalizedNameAttribute(
name : String
)
매개 변수
- name
유형: System. . :: . .String
The name of the extension. Used as the key to determine which localization to return.